#B0B4FB

Color #B0B4FB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B0B4FB

Tints of Perano #B0B4FB

Color information

#B0B4FB (or 0xB0B4FB) is unknown color: approx Perano. HEX triplet: B0, B4 and FB. RGB value is (176,180,251). Sum of RGB (Red+Green+Blue) = 176+180+251=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B4FB is #4F4B04. Grayscale: #BABABA. Windows color (decimal): -5196549 or 16495792. OLE color: 16495792.

HSL color Cylindrical-coordinate representation of color #B0B4FB: hue angle of 236.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B4FB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176180251-
CMYK0.300.2800.02
HSL236.8º90.36%83.73%-
HSV(B)236.8º29.88%98.43%-
XYZ51.6448.8497.97-
YUV186.9164.17120.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=29.00%
G=29.65%
B=41.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761802510.300.2800.02236.890.3683.73
HexB0B4FB1E1C02ed5a54
Octal260264373363402355132124
Binary10110000101101001111101111110111000101110110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4FB; }

 p { color: rgb(176,180,251); }

 H1.HeaderClassName
 {
   color: #B0B4FB;
 }
 .AnyTagClassName
 {
   color: #B0B4FB;
 }
</style>
background-color css

<style>
 a { background-color: #B0B4FB; }

 a { background-color: rgb(176,180,251); }

 div.DivClassName
 {
   background-color: #B0B4FB;
 }
 .BgClassName
 {
   background-color: #B0B4FB;
 }
</style>
border-color css

<style>
 span { border-color: #B0B4FB; }

 span { border-color: rgb(176,180,251); }

 td.TdClassName
 {
   border-color: #B0B4FB;
 }
 .TagClassName
 {
   border-color: #B0B4FB;
 }
</style>