Shades of Lavender Grey #BBB8D5
Tints of Lavender Grey #BBB8D5
RGB
CMYK
RGB Variations
Color information
#BBB8D5 (or 0xBBB8D5) is known color: Lavender Grey. HEX triplet: BB, B8 and D5. RGB value is (187,184,213). Sum of RGB (Red+Green+Blue) = 187+184+213=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8D5 is #44472A. Grayscale: #BCBCBC. Windows color (decimal): -4474667 or 14006459. OLE color: 14006459.
HSL color Cylindrical-coordinate representation of color #BBB8D5: hue angle of 246.21º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB8D5 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 184 | 213 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.16 |
| HSL | 246.21º | 0.26% | 0.78% | - |
| HSV(B) | 246.21º | 0.14% | 0.84% | - |
| XYZ | 49.64 | 49.65 | 69.92 | - |
| YUV | 188.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 213 | 0.12 | 0.14 | 0 | 0.16 | 246.21 | 0.26 | 0.78 |
| Hex | BB | B8 | D5 | C | E | 0 | 10 | F6 | 1A | 4E |
| Octal | 273 | 270 | 325 | 14 | 16 | 0 | 20 | 366 | 32 | 116 |
| Binary | 10111011 | 10111000 | 11010101 | 1100 | 1110 | 0 | 10000 | 11110110 | 11010 | 1001110 |
Color Harmonies of #BBB8D5
Complementary color
Monochromatic Colors of #BBB8D5
Black with #BBB8D5
Text Example
Text Example
White with #BBB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8D5; }
p { color: rgb(187,184,213); }
H1.HeaderClassName
{
color: #BBB8D5;
}
.AnyTagClassName
{
color: #BBB8D5;
}
</style>
background-color css
<style>
a { background-color: #BBB8D5; }
a { background-color: rgb(187,184,213); }
div.DivClassName
{
background-color: #BBB8D5;
}
.BgClassName
{
background-color: #BBB8D5;
}
</style>
border-color css
<style>
span { border-color: #BBB8D5; }
span { border-color: rgb(187,184,213); }
td.TdClassName
{
border-color: #BBB8D5;
}
.TagClassName
{
border-color: #BBB8D5;
}
</style>