Shades of Lavender Grey #BBB6ED
Tints of Lavender Grey #BBB6ED
RGB
CMYK
RGB Variations
Color information
#BBB6ED (or 0xBBB6ED) is known color: Lavender Grey. HEX triplet: BB, B6 and ED. RGB value is (187,182,237). Sum of RGB (Red+Green+Blue) = 187+182+237=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6ED is #444912. Grayscale: #BDBDBD. Windows color (decimal): -4475155 or 15578811. OLE color: 15578811.
HSL color Cylindrical-coordinate representation of color #BBB6ED: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB6ED is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 182 | 237 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 245.45º | 0.6% | 0.82% | - |
| HSV(B) | 245.45º | 0.23% | 0.93% | - |
| XYZ | 52.51 | 50.14 | 87.03 | - |
| YUV | 189.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 237 | 0.21 | 0.23 | 0 | 0.07 | 245.45 | 0.6 | 0.82 |
| Hex | BB | B6 | ED | 15 | 17 | 0 | 7 | F5 | 3C | 52 |
| Octal | 273 | 266 | 355 | 25 | 27 | 0 | 7 | 365 | 74 | 122 |
| Binary | 10111011 | 10110110 | 11101101 | 10101 | 10111 | 0 | 111 | 11110101 | 111100 | 1010010 |
Color Harmonies of #BBB6ED
Complementary color
Monochromatic Colors of #BBB6ED
Black with #BBB6ED
Text Example
Text Example
White with #BBB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6ED; }
p { color: rgb(187,182,237); }
H1.HeaderClassName
{
color: #BBB6ED;
}
.AnyTagClassName
{
color: #BBB6ED;
}
</style>
background-color css
<style>
a { background-color: #BBB6ED; }
a { background-color: rgb(187,182,237); }
div.DivClassName
{
background-color: #BBB6ED;
}
.BgClassName
{
background-color: #BBB6ED;
}
</style>
border-color css
<style>
span { border-color: #BBB6ED; }
span { border-color: rgb(187,182,237); }
td.TdClassName
{
border-color: #BBB6ED;
}
.TagClassName
{
border-color: #BBB6ED;
}
</style>