Shades of Lavender Grey #B7BBD1
Tints of Lavender Grey #B7BBD1
RGB
CMYK
RGB Variations
Color information
#B7BBD1 (or 0xB7BBD1) is known color: Lavender Grey. HEX triplet: B7, BB and D1. RGB value is (183,187,209). Sum of RGB (Red+Green+Blue) = 183+187+209=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBD1 is #48442E. Grayscale: #BCBCBC. Windows color (decimal): -4736047 or 13745079. OLE color: 13745079.
HSL color Cylindrical-coordinate representation of color #B7BBD1: hue angle of 230.77º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BBD1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 187 | 209 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.18 |
| HSL | 230.77º | 0.22% | 0.77% | - |
| HSV(B) | 230.77º | 0.12% | 0.82% | - |
| XYZ | 48.81 | 50.21 | 67.44 | - |
| YUV | 188.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 209 | 0.12 | 0.11 | 0 | 0.18 | 230.77 | 0.22 | 0.77 |
| Hex | B7 | BB | D1 | C | B | 0 | 12 | E7 | 16 | 4D |
| Octal | 267 | 273 | 321 | 14 | 13 | 0 | 22 | 347 | 26 | 115 |
| Binary | 10110111 | 10111011 | 11010001 | 1100 | 1011 | 0 | 10010 | 11100111 | 10110 | 1001101 |
Color Harmonies of #B7BBD1
Complementary color
Monochromatic Colors of #B7BBD1
Black with #B7BBD1
Text Example
Text Example
White with #B7BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBD1; }
p { color: rgb(183,187,209); }
H1.HeaderClassName
{
color: #B7BBD1;
}
.AnyTagClassName
{
color: #B7BBD1;
}
</style>
background-color css
<style>
a { background-color: #B7BBD1; }
a { background-color: rgb(183,187,209); }
div.DivClassName
{
background-color: #B7BBD1;
}
.BgClassName
{
background-color: #B7BBD1;
}
</style>
border-color css
<style>
span { border-color: #B7BBD1; }
span { border-color: rgb(183,187,209); }
td.TdClassName
{
border-color: #B7BBD1;
}
.TagClassName
{
border-color: #B7BBD1;
}
</style>