#BBBCE6

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

Shades of Lavender Grey #BBBCE6

Tints of Lavender Grey #BBBCE6

Color information

#BBBCE6 (or 0xBBBCE6) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and E6. RGB value is (187,188,230). Sum of RGB (Red+Green+Blue) = 187+188+230=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCE6 is #444319. Grayscale: #C0C0C0. Windows color (decimal): -4473626 or 15121595. OLE color: 15121595.

HSL color Cylindrical-coordinate representation of color #BBBCE6: hue angle of 238.6º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBCE6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187188230-
CMYK0.190.1800.10
HSL238.6º46.24%81.76%-
HSV(B)238.6º18.7%90.2%-
XYZ52.7652.2482.17-
YUV192.49149.17124.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 230 (90.23% from 255) = 38.02%
R=30.91%
G=31.07%
B=38.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871882300.190.1800.10238.646.2481.76
HexBBBCE613120Aef2e52
Octal273274346232201235756122
Binary101110111011110011100110100111001001010111011111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCE6; }

 p { color: rgb(187,188,230); }

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

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

 a { background-color: rgb(187,188,230); }

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

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

 span { border-color: rgb(187,188,230); }

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