#BBBDD2

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

Shades of Lavender Grey #BBBDD2

Tints of Lavender Grey #BBBDD2

Color information

#BBBDD2 (or 0xBBBDD2) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D2. RGB value is (187,189,210). Sum of RGB (Red+Green+Blue) = 187+189+210=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD2 is #44422D. Grayscale: #BEBEBE. Windows color (decimal): -4473390 or 13811131. OLE color: 13811131.

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

Color convert

RGB187189210-
CMYK0.110.1000.18
HSL234.78º20.35%77.84%-
HSV(B)234.78º10.95%82.35%-
XYZ50.3251.6168.28-
YUV190.8138.84125.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=31.91%
G=32.25%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871892100.110.1000.18234.7820.3577.84
HexBBBDD2BA012eb144e
Octal273275322131202235324116
Binary1011101110111101110100101011101001001011101011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD2; }

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

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

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

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

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

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

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

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