#BBB9D9

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

Shades of Lavender Grey #BBB9D9

Tints of Lavender Grey #BBB9D9

Color information

#BBB9D9 (or 0xBBB9D9) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and D9. RGB value is (187,185,217). Sum of RGB (Red+Green+Blue) = 187+185+217=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9D9 is #444626. Grayscale: #BDBDBD. Windows color (decimal): -4474407 or 14268859. OLE color: 14268859.

HSL color Cylindrical-coordinate representation of color #BBB9D9: hue angle of 243.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB9D9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187185217-
CMYK0.140.1500.15
HSL243.75º29.63%78.82%-
HSV(B)243.75º14.75%85.1%-
XYZ50.3750.2772.69-
YUV189.25143.66126.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=31.75%
G=31.41%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871852170.140.1500.15243.7529.6378.82
HexBBB9D9EF0Ff41e4f
Octal273271331161701736436117
Binary101110111011100111011001111011110111111110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9D9; }

 p { color: rgb(187,185,217); }

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

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

 a { background-color: rgb(187,185,217); }

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

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

 span { border-color: rgb(187,185,217); }

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