#BBB9D7

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

Shades of Lavender Grey #BBB9D7

Tints of Lavender Grey #BBB9D7

Color information

#BBB9D7 (or 0xBBB9D7) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and D7. RGB value is (187,185,215). Sum of RGB (Red+Green+Blue) = 187+185+215=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9D7 is #444628. Grayscale: #BCBCBC. Windows color (decimal): -4474409 or 14137787. OLE color: 14137787.

HSL color Cylindrical-coordinate representation of color #BBB9D7: hue angle of 244º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB9D7 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187185215-
CMYK0.130.1400.16
HSL244º27.27%78.43%-
HSV(B)244º13.95%84.31%-
XYZ50.1150.1771.33-
YUV189.02142.66126.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=31.86%
G=31.52%
B=36.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871852150.130.1400.1624427.2778.43
HexBBB9D7DE010f41b4e
Octal273271327151602036433116
Binary1011101110111001110101111101111001000011110100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9D7; }

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

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

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

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

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

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

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

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