Shades of Lavender Grey #BBB6DE
Tints of Lavender Grey #BBB6DE
RGB
CMYK
RGB Variations
Color information
#BBB6DE (or 0xBBB6DE) is known color: Lavender Grey. HEX triplet: BB, B6 and DE. RGB value is (187,182,222). Sum of RGB (Red+Green+Blue) = 187+182+222=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6DE is #444921. Grayscale: #BBBBBB. Windows color (decimal): -4475170 or 14595771. OLE color: 14595771.
HSL color Cylindrical-coordinate representation of color #BBB6DE: hue angle of 247.5º 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 #BBB6DE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 182 | 222 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.13 |
| HSL | 247.5º | 0.38% | 0.79% | - |
| HSV(B) | 247.5º | 0.18% | 0.87% | - |
| XYZ | 50.41 | 49.29 | 75.97 | - |
| YUV | 188.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 222 | 0.16 | 0.18 | 0 | 0.13 | 247.5 | 0.38 | 0.79 |
| Hex | BB | B6 | DE | 10 | 12 | 0 | D | F8 | 26 | 4F |
| Octal | 273 | 266 | 336 | 20 | 22 | 0 | 15 | 370 | 46 | 117 |
| Binary | 10111011 | 10110110 | 11011110 | 10000 | 10010 | 0 | 1101 | 11111000 | 100110 | 1001111 |
Color Harmonies of #BBB6DE
Complementary color
Monochromatic Colors of #BBB6DE
Black with #BBB6DE
Text Example
Text Example
White with #BBB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6DE; }
p { color: rgb(187,182,222); }
H1.HeaderClassName
{
color: #BBB6DE;
}
.AnyTagClassName
{
color: #BBB6DE;
}
</style>
background-color css
<style>
a { background-color: #BBB6DE; }
a { background-color: rgb(187,182,222); }
div.DivClassName
{
background-color: #BBB6DE;
}
.BgClassName
{
background-color: #BBB6DE;
}
</style>
border-color css
<style>
span { border-color: #BBB6DE; }
span { border-color: rgb(187,182,222); }
td.TdClassName
{
border-color: #BBB6DE;
}
.TagClassName
{
border-color: #BBB6DE;
}
</style>