Shades of Lavender Grey #BBB5D8
Tints of Lavender Grey #BBB5D8
RGB
CMYK
RGB Variations
Color information
#BBB5D8 (or 0xBBB5D8) is known color: 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
| RGB | 187 | 181 | 216 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.15 |
| HSL | 250.29º | 0.31% | 0.78% | - |
| HSV(B) | 250.29º | 0.16% | 0.85% | - |
| XYZ | 49.41 | 48.57 | 71.74 | - |
| YUV | 186.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 216 | 0.13 | 0.16 | 0 | 0.15 | 250.29 | 0.31 | 0.78 |
| Hex | BB | B5 | D8 | D | 10 | 0 | F | FA | 1F | 4E |
| Octal | 273 | 265 | 330 | 15 | 20 | 0 | 17 | 372 | 37 | 116 |
| Binary | 10111011 | 10110101 | 11011000 | 1101 | 10000 | 0 | 1111 | 11111010 | 11111 | 1001110 |
Color Harmonies of #BBB5D8
Complementary color
Monochromatic Colors of #BBB5D8
Black with #BBB5D8
Text Example
Text Example
White with #BBB5D8
Text Example
Text Example
HTML Codes & Css Web 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>