Shades of Lavender Grey #B7BBD8
Tints of Lavender Grey #B7BBD8
RGB
CMYK
RGB Variations
Color information
#B7BBD8 (or 0xB7BBD8) is known color: Lavender Grey. HEX triplet: B7, BB and D8. RGB value is (183,187,216). Sum of RGB (Red+Green+Blue) = 183+187+216=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBD8 is #484427. Grayscale: #BCBCBC. Windows color (decimal): -4736040 or 14203831. OLE color: 14203831.
HSL color Cylindrical-coordinate representation of color #B7BBD8: hue angle of 232.73º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7BBD8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 187 | 216 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 232.73º | 0.3% | 0.78% | - |
| HSV(B) | 232.73º | 0.15% | 0.85% | - |
| XYZ | 49.69 | 50.57 | 72.11 | - |
| YUV | 189.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 216 | 0.15 | 0.13 | 0 | 0.15 | 232.73 | 0.3 | 0.78 |
| Hex | B7 | BB | D8 | F | D | 0 | F | E9 | 1E | 4E |
| Octal | 267 | 273 | 330 | 17 | 15 | 0 | 17 | 351 | 36 | 116 |
| Binary | 10110111 | 10111011 | 11011000 | 1111 | 1101 | 0 | 1111 | 11101001 | 11110 | 1001110 |
Color Harmonies of #B7BBD8
Complementary color
Monochromatic Colors of #B7BBD8
Black with #B7BBD8
Text Example
Text Example
White with #B7BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBD8; }
p { color: rgb(183,187,216); }
H1.HeaderClassName
{
color: #B7BBD8;
}
.AnyTagClassName
{
color: #B7BBD8;
}
</style>
background-color css
<style>
a { background-color: #B7BBD8; }
a { background-color: rgb(183,187,216); }
div.DivClassName
{
background-color: #B7BBD8;
}
.BgClassName
{
background-color: #B7BBD8;
}
</style>
border-color css
<style>
span { border-color: #B7BBD8; }
span { border-color: rgb(183,187,216); }
td.TdClassName
{
border-color: #B7BBD8;
}
.TagClassName
{
border-color: #B7BBD8;
}
</style>