#B3BBEC

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

Shades of Perano #B3BBEC

Tints of Perano #B3BBEC

Color information

#B3BBEC (or 0xB3BBEC) is unknown color: approx Perano. HEX triplet: B3, BB and EC. RGB value is (179,187,236). Sum of RGB (Red+Green+Blue) = 179+187+236=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBEC is #4C4413. Grayscale: #BDBDBD. Windows color (decimal): -4998164 or 15514547. OLE color: 15514547.

HSL color Cylindrical-coordinate representation of color #B3BBEC: hue angle of 231.58º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BBEC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179187236-
CMYK0.240.2100.07
HSL231.58º60%81.37%-
HSV(B)231.58º24.15%92.55%-
XYZ51.551.1886.52-
YUV190.19153.85120.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=29.73%
G=31.06%
B=39.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791872360.240.2100.07231.586081.37
HexB3BBEC181507e83c51
Octal26327335430250735074121
Binary10110011101110111110110011000101010111111010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBEC; }

 p { color: rgb(179,187,236); }

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

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

 a { background-color: rgb(179,187,236); }

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

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

 span { border-color: rgb(179,187,236); }

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