#BBB5D8

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

Shades of Lavender Grey #BBB5D8

Tints of Lavender Grey #BBB5D8

Color information

#BBB5D8 (or 0xBBB5D8) is unknown color: approx Lavender Grey. HEX triplet: BB, B5 and D8. RGB value is (187,181,216). Sum of RGB (Red+Green+Blue) = 187+181+216=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D8 is #444A27. Grayscale: #BABABA. Windows color (decimal): -4475432 or 14202299. OLE color: 14202299.

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

Color convert

RGB187181216-
CMYK0.130.1600.15
HSL250.29º30.97%77.84%-
HSV(B)250.29º16.2%84.71%-
XYZ49.4148.5771.74-
YUV186.78144.49128.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=32.02%
G=30.99%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871812160.130.1600.15250.2930.9777.84
HexBBB5D8D100Ffa1f4e
Octal273265330152001737237116
Binary1011101110110101110110001101100000111111111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5D8; }

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

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

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

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

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

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

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

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