Shades of Lavender Grey #BBB8DA
Tints of Lavender Grey #BBB8DA
RGB
CMYK
RGB Variations
Color information
#BBB8DA (or 0xBBB8DA) is known color: Lavender Grey. HEX triplet: BB, B8 and DA. RGB value is (187,184,218). Sum of RGB (Red+Green+Blue) = 187+184+218=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBB8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8DA is #444725. Grayscale: #BCBCBC. Windows color (decimal): -4474662 or 14334139. OLE color: 14334139.
HSL color Cylindrical-coordinate representation of color #BBB8DA: hue angle of 245.29º degrees, saturation: 0.31, 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 #BBB8DA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 184 | 218 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.15 |
| HSL | 245.29º | 0.31% | 0.79% | - |
| HSV(B) | 245.29º | 0.16% | 0.85% | - |
| XYZ | 50.29 | 49.91 | 73.31 | - |
| YUV | 188.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 218 | 0.14 | 0.16 | 0 | 0.15 | 245.29 | 0.31 | 0.79 |
| Hex | BB | B8 | DA | E | 10 | 0 | F | F5 | 1F | 4F |
| Octal | 273 | 270 | 332 | 16 | 20 | 0 | 17 | 365 | 37 | 117 |
| Binary | 10111011 | 10111000 | 11011010 | 1110 | 10000 | 0 | 1111 | 11110101 | 11111 | 1001111 |
Color Harmonies of #BBB8DA
Complementary color
Monochromatic Colors of #BBB8DA
Black with #BBB8DA
Text Example
Text Example
White with #BBB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8DA; }
p { color: rgb(187,184,218); }
H1.HeaderClassName
{
color: #BBB8DA;
}
.AnyTagClassName
{
color: #BBB8DA;
}
</style>
background-color css
<style>
a { background-color: #BBB8DA; }
a { background-color: rgb(187,184,218); }
div.DivClassName
{
background-color: #BBB8DA;
}
.BgClassName
{
background-color: #BBB8DA;
}
</style>
border-color css
<style>
span { border-color: #BBB8DA; }
span { border-color: rgb(187,184,218); }
td.TdClassName
{
border-color: #BBB8DA;
}
.TagClassName
{
border-color: #BBB8DA;
}
</style>