Shades of Lavender Grey #BBB8D3
Tints of Lavender Grey #BBB8D3
RGB
CMYK
RGB Variations
Color information
#BBB8D3 (or 0xBBB8D3) is known color: Lavender Grey. HEX triplet: BB, B8 and D3. RGB value is (187,184,211). Sum of RGB (Red+Green+Blue) = 187+184+211=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8D3 is #44472C. Grayscale: #BBBBBB. Windows color (decimal): -4474669 or 13875387. OLE color: 13875387.
HSL color Cylindrical-coordinate representation of color #BBB8D3: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB8D3 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 184 | 211 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.17 |
| HSL | 246.67º | 0.23% | 0.77% | - |
| HSV(B) | 246.67º | 0.13% | 0.83% | - |
| XYZ | 49.39 | 49.55 | 68.59 | - |
| YUV | 187.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 211 | 0.11 | 0.13 | 0 | 0.17 | 246.67 | 0.23 | 0.77 |
| Hex | BB | B8 | D3 | B | D | 0 | 11 | F7 | 17 | 4D |
| Octal | 273 | 270 | 323 | 13 | 15 | 0 | 21 | 367 | 27 | 115 |
| Binary | 10111011 | 10111000 | 11010011 | 1011 | 1101 | 0 | 10001 | 11110111 | 10111 | 1001101 |
Color Harmonies of #BBB8D3
Complementary color
Monochromatic Colors of #BBB8D3
Black with #BBB8D3
Text Example
Text Example
White with #BBB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8D3; }
p { color: rgb(187,184,211); }
H1.HeaderClassName
{
color: #BBB8D3;
}
.AnyTagClassName
{
color: #BBB8D3;
}
</style>
background-color css
<style>
a { background-color: #BBB8D3; }
a { background-color: rgb(187,184,211); }
div.DivClassName
{
background-color: #BBB8D3;
}
.BgClassName
{
background-color: #BBB8D3;
}
</style>
border-color css
<style>
span { border-color: #BBB8D3; }
span { border-color: rgb(187,184,211); }
td.TdClassName
{
border-color: #BBB8D3;
}
.TagClassName
{
border-color: #BBB8D3;
}
</style>