#BBBCE2

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

Shades of Lavender Grey #BBBCE2

Tints of Lavender Grey #BBBCE2

Color information

#BBBCE2 (or 0xBBBCE2) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and E2. RGB value is (187,188,226). Sum of RGB (Red+Green+Blue) = 187+188+226=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCE2 is #44431D. Grayscale: #BFBFBF. Windows color (decimal): -4473630 or 14859451. OLE color: 14859451.

HSL color Cylindrical-coordinate representation of color #BBBCE2: hue angle of 238.46º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBCE2 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187188226-
CMYK0.170.1700.11
HSL238.46º40.21%80.98%-
HSV(B)238.46º17.26%88.63%-
XYZ52.252.0279.24-
YUV192.03147.17124.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 226 (88.67% from 255) = 37.60%
R=31.11%
G=31.28%
B=37.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871882260.170.1700.11238.4640.2180.98
HexBBBCE211110Bee2851
Octal273274342212101335650121
Binary101110111011110011100010100011000101011111011101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCE2; }

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

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

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

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

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

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

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

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