#B2BBEF

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

Shades of Perano #B2BBEF

Tints of Perano #B2BBEF

Color information

#B2BBEF (or 0xB2BBEF) is unknown color: approx Perano. HEX triplet: B2, BB and EF. RGB value is (178,187,239). Sum of RGB (Red+Green+Blue) = 178+187+239=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBEF is #4D4410. Grayscale: #BEBEBE. Windows color (decimal): -5063697 or 15711154. OLE color: 15711154.

HSL color Cylindrical-coordinate representation of color #B2BBEF: hue angle of 231.15º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BBEF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178187239-
CMYK0.260.2200.06
HSL231.15º65.59%81.76%-
HSV(B)231.15º25.52%93.73%-
XYZ51.7151.2488.83-
YUV190.24155.52119.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=29.47%
G=30.96%
B=39.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781872390.260.2200.06231.1565.5981.76
HexB2BBEF1A1606e74252
Octal262273357322606347102122
Binary101100101011101111101111110101011001101110011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBEF; }

 p { color: rgb(178,187,239); }

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

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

 a { background-color: rgb(178,187,239); }

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

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

 span { border-color: rgb(178,187,239); }

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