#BBBDD9

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

Shades of Lavender Grey #BBBDD9

Tints of Lavender Grey #BBBDD9

Color information

#BBBDD9 (or 0xBBBDD9) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D9. RGB value is (187,189,217). Sum of RGB (Red+Green+Blue) = 187+189+217=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD9 is #444226. Grayscale: #BFBFBF. Windows color (decimal): -4473383 or 14269883. OLE color: 14269883.

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

Color convert

RGB187189217-
CMYK0.140.1300.15
HSL236º28.3%79.22%-
HSV(B)236º13.82%85.1%-
XYZ51.2251.9772.98-
YUV191.59142.34124.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=31.53%
G=31.87%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871892170.140.1300.1523628.379.22
HexBBBDD9ED0Fec1c4f
Octal273275331161501735434117
Binary101110111011110111011001111011010111111101100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD9; }

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

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

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

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

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

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

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

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