#BBB6EC

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

Shades of Lavender Grey #BBB6EC

Tints of Lavender Grey #BBB6EC

Color information

#BBB6EC (or 0xBBB6EC) is unknown color: approx Lavender Grey. HEX triplet: BB, B6 and EC. RGB value is (187,182,236). Sum of RGB (Red+Green+Blue) = 187+182+236=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 182 (71.48% from 255 or 30.08% 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 #BBB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6EC is #444913. Grayscale: #BDBDBD. Windows color (decimal): -4475156 or 15513275. OLE color: 15513275.

HSL color Cylindrical-coordinate representation of color #BBB6EC: hue angle of 245.56º 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 #BBB6EC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187182236-
CMYK0.210.2300.07
HSL245.56º58.7%81.96%-
HSV(B)245.56º22.88%92.55%-
XYZ52.3650.0886.26-
YUV189.65154.16126.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871822360.210.2300.07245.5658.781.96
HexBBB6EC151707f63b52
Octal27326635425270736673122
Binary10111011101101101110110010101101110111111101101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6EC; }

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

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

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

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

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

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

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

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