#BBBBD9

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

Shades of Lavender Grey #BBBBD9

Tints of Lavender Grey #BBBBD9

Color information

#BBBBD9 (or 0xBBBBD9) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and D9. RGB value is (187,187,217). Sum of RGB (Red+Green+Blue) = 187+187+217=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBD9 is #444426. Grayscale: #BEBEBE. Windows color (decimal): -4473895 or 14269371. OLE color: 14269371.

HSL color Cylindrical-coordinate representation of color #BBBBD9: hue angle of 240º 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 #BBBBD9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187187217-
CMYK0.140.1400.15
HSL240º28.3%79.22%-
HSV(B)240º13.82%85.1%-
XYZ50.7951.1272.84-
YUV190.42143125.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=31.64%
G=31.64%
B=36.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871872170.140.1400.1524028.379.22
HexBBBBD9EE0Ff01c4f
Octal273273331161601736034117
Binary101110111011101111011001111011100111111110000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBD9; }

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

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

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

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

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

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

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

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