#BBBDE0

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

Shades of Lavender Grey #BBBDE0

Tints of Lavender Grey #BBBDE0

Color information

#BBBDE0 (or 0xBBBDE0) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and E0. RGB value is (187,189,224). Sum of RGB (Red+Green+Blue) = 187+189+224=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE0 is #44421F. Grayscale: #C0C0C0. Windows color (decimal): -4473376 or 14728635. OLE color: 14728635.

HSL color Cylindrical-coordinate representation of color #BBBDE0: hue angle of 236.76º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBDE0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187189224-
CMYK0.170.1600.12
HSL236.76º37.37%80.59%-
HSV(B)236.76º16.52%87.84%-
XYZ52.1552.3477.88-
YUV192.39145.84124.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 224 (87.89% from 255) = 37.33%
R=31.17%
G=31.5%
B=37.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871892240.170.1600.12236.7637.3780.59
HexBBBDE011100Ced2551
Octal273275340212001435545121
Binary101110111011110111100000100011000001100111011011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDE0; }

 p { color: rgb(187,189,224); }

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

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

 a { background-color: rgb(187,189,224); }

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

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

 span { border-color: rgb(187,189,224); }

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