#B6BBEC

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

Shades of Perano #B6BBEC

Tints of Perano #B6BBEC

Color information

#B6BBEC (or 0xB6BBEC) is unknown color: approx Perano. HEX triplet: B6, BB and EC. RGB value is (182,187,236). Sum of RGB (Red+Green+Blue) = 182+187+236=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BBEC is #494413. Grayscale: #BEBEBE. Windows color (decimal): -4801556 or 15514550. OLE color: 15514550.

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

Color convert

RGB182187236-
CMYK0.230.2100.07
HSL234.44º58.7%81.96%-
HSV(B)234.44º22.88%92.55%-
XYZ52.251.5486.55-
YUV191.09153.34121.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=30.08%
G=30.91%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821872360.230.2100.07234.4458.781.96
HexB6BBEC171507ea3b52
Octal26627335427250735273122
Binary10110110101110111110110010111101010111111010101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBEC; }

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

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

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

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

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

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

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

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