#BBBBD8

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

Shades of Lavender Grey #BBBBD8

Tints of Lavender Grey #BBBBD8

Color information

#BBBBD8 (or 0xBBBBD8) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and D8. RGB value is (187,187,216). Sum of RGB (Red+Green+Blue) = 187+187+216=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBD8 is #444427. Grayscale: #BEBEBE. Windows color (decimal): -4473896 or 14203835. OLE color: 14203835.

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

Color convert

RGB187187216-
CMYK0.130.1300.15
HSL240º27.1%79.02%-
HSV(B)240º13.43%84.71%-
XYZ50.6651.0672.15-
YUV190.31142.5125.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=31.69%
G=31.69%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871872160.130.1300.1524027.179.02
HexBBBBD8DD0Ff01b4f
Octal273273330151501736033117
Binary101110111011101111011000110111010111111110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBD8; }

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

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

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

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

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

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

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

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