#BBBCE7

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

Shades of Lavender Grey #BBBCE7

Tints of Lavender Grey #BBBCE7

Color information

#BBBCE7 (or 0xBBBCE7) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and E7. RGB value is (187,188,231). Sum of RGB (Red+Green+Blue) = 187+188+231=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBCE7 is #444318. Grayscale: #C0C0C0. Windows color (decimal): -4473625 or 15187131. OLE color: 15187131.

HSL color Cylindrical-coordinate representation of color #BBBCE7: hue angle of 238.64º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBCE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187188231-
CMYK0.190.1900.09
HSL238.64º47.83%81.96%-
HSV(B)238.64º19.05%90.59%-
XYZ52.952.382.91-
YUV192.6149.67124-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=30.86%
G=31.02%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871882310.190.1900.09238.6447.8381.96
HexBBBCE7131309ef3052
Octal273274347232301135760122
Binary101110111011110011100111100111001101001111011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCE7; }

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

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

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

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

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

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

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

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