#BBB9D6

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

Shades of Lavender Grey #BBB9D6

Tints of Lavender Grey #BBB9D6

Color information

#BBB9D6 (or 0xBBB9D6) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and D6. RGB value is (187,185,214). Sum of RGB (Red+Green+Blue) = 187+185+214=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9D6 is #444629. Grayscale: #BCBCBC. Windows color (decimal): -4474410 or 14072251. OLE color: 14072251.

HSL color Cylindrical-coordinate representation of color #BBB9D6: hue angle of 244.14º degrees, saturation: 0.26, 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 #BBB9D6 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187185214-
CMYK0.130.1400.16
HSL244.14º26.13%78.24%-
HSV(B)244.14º13.55%83.92%-
XYZ49.9850.1270.66-
YUV188.9142.16126.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=31.91%
G=31.57%
B=36.52%

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
Decimal1871852140.130.1400.16244.1426.1378.24
HexBBB9D6DE010f41a4e
Octal273271326151602036432116
Binary1011101110111001110101101101111001000011110100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9D6; }

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

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

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

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

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

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

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

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