#BBBDE2

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

Shades of Lavender Grey #BBBDE2

Tints of Lavender Grey #BBBDE2

Color information

#BBBDE2 (or 0xBBBDE2) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and E2. RGB value is (187,189,226). Sum of RGB (Red+Green+Blue) = 187+189+226=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE2 is #44421D. Grayscale: #C0C0C0. Windows color (decimal): -4473374 or 14859707. OLE color: 14859707.

HSL color Cylindrical-coordinate representation of color #BBBDE2: hue angle of 236.92º 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 #BBBDE2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187189226-
CMYK0.170.1600.11
HSL236.92º40.21%80.98%-
HSV(B)236.92º17.26%88.63%-
XYZ52.4252.4579.31-
YUV192.62146.84123.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=31.06%
G=31.40%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871892260.170.1600.11236.9240.2180.98
HexBBBDE211100Bed2851
Octal273275342212001335550121
Binary101110111011110111100010100011000001011111011011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDE2; }

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

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

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

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

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

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

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

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