Shades of Lavender Grey #BBB7DA
Tints of Lavender Grey #BBB7DA
RGB
CMYK
RGB Variations
Color information
#BBB7DA (or 0xBBB7DA) is known color: Lavender Grey. HEX triplet: BB, B7 and DA. RGB value is (187,183,218). Sum of RGB (Red+Green+Blue) = 187+183+218=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DA is #444825. Grayscale: #BCBCBC. Windows color (decimal): -4474918 or 14333883. OLE color: 14333883.
HSL color Cylindrical-coordinate representation of color #BBB7DA: hue angle of 246.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB7DA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 183 | 218 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.15 |
| HSL | 246.86º | 0.32% | 0.79% | - |
| HSV(B) | 246.86º | 0.16% | 0.85% | - |
| XYZ | 50.08 | 49.49 | 73.24 | - |
| YUV | 188.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 218 | 0.14 | 0.16 | 0 | 0.15 | 246.86 | 0.32 | 0.79 |
| Hex | BB | B7 | DA | E | 10 | 0 | F | F7 | 20 | 4F |
| Octal | 273 | 267 | 332 | 16 | 20 | 0 | 17 | 367 | 40 | 117 |
| Binary | 10111011 | 10110111 | 11011010 | 1110 | 10000 | 0 | 1111 | 11110111 | 100000 | 1001111 |
Color Harmonies of #BBB7DA
Complementary color
Monochromatic Colors of #BBB7DA
Black with #BBB7DA
Text Example
Text Example
White with #BBB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7DA; }
p { color: rgb(187,183,218); }
H1.HeaderClassName
{
color: #BBB7DA;
}
.AnyTagClassName
{
color: #BBB7DA;
}
</style>
background-color css
<style>
a { background-color: #BBB7DA; }
a { background-color: rgb(187,183,218); }
div.DivClassName
{
background-color: #BBB7DA;
}
.BgClassName
{
background-color: #BBB7DA;
}
</style>
border-color css
<style>
span { border-color: #BBB7DA; }
span { border-color: rgb(187,183,218); }
td.TdClassName
{
border-color: #BBB7DA;
}
.TagClassName
{
border-color: #BBB7DA;
}
</style>