Shades of Lavender Grey #BBB5DE
Tints of Lavender Grey #BBB5DE
RGB
CMYK
RGB Variations
Color information
#BBB5DE (or 0xBBB5DE) is known color: Lavender Grey. HEX triplet: BB, B5 and DE. RGB value is (187,181,222). Sum of RGB (Red+Green+Blue) = 187+181+222=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DE is #444A21. Grayscale: #BBBBBB. Windows color (decimal): -4475426 or 14595515. OLE color: 14595515.
HSL color Cylindrical-coordinate representation of color #BBB5DE: hue angle of 248.78º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB5DE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 181 | 222 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 248.78º | 0.38% | 0.79% | - |
| HSV(B) | 248.78º | 0.18% | 0.87% | - |
| XYZ | 50.2 | 48.89 | 75.9 | - |
| YUV | 187.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 222 | 0.16 | 0.18 | 0 | 0.13 | 248.78 | 0.38 | 0.79 |
| Hex | BB | B5 | DE | 10 | 12 | 0 | D | F9 | 26 | 4F |
| Octal | 273 | 265 | 336 | 20 | 22 | 0 | 15 | 371 | 46 | 117 |
| Binary | 10111011 | 10110101 | 11011110 | 10000 | 10010 | 0 | 1101 | 11111001 | 100110 | 1001111 |
Color Harmonies of #BBB5DE
Complementary color
Monochromatic Colors of #BBB5DE
Black with #BBB5DE
Text Example
Text Example
White with #BBB5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5DE; }
p { color: rgb(187,181,222); }
H1.HeaderClassName
{
color: #BBB5DE;
}
.AnyTagClassName
{
color: #BBB5DE;
}
</style>
background-color css
<style>
a { background-color: #BBB5DE; }
a { background-color: rgb(187,181,222); }
div.DivClassName
{
background-color: #BBB5DE;
}
.BgClassName
{
background-color: #BBB5DE;
}
</style>
border-color css
<style>
span { border-color: #BBB5DE; }
span { border-color: rgb(187,181,222); }
td.TdClassName
{
border-color: #BBB5DE;
}
.TagClassName
{
border-color: #BBB5DE;
}
</style>