Shades of Lavender Grey #B7B9D0
Tints of Lavender Grey #B7B9D0
RGB
CMYK
RGB Variations
Color information
#B7B9D0 (or 0xB7B9D0) is known color: Lavender Grey. HEX triplet: B7, B9 and D0. RGB value is (183,185,208). Sum of RGB (Red+Green+Blue) = 183+185+208=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7B9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9D0 is #48462F. Grayscale: #BABABA. Windows color (decimal): -4736560 or 13679031. OLE color: 13679031.
HSL color Cylindrical-coordinate representation of color #B7B9D0: hue angle of 235.2º degrees, saturation: 0.21, 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 #B7B9D0 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 185 | 208 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.18 |
| HSL | 235.2º | 0.21% | 0.77% | - |
| HSV(B) | 235.2º | 0.12% | 0.82% | - |
| XYZ | 48.26 | 49.32 | 66.65 | - |
| YUV | 187.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 208 | 0.12 | 0.11 | 0 | 0.18 | 235.2 | 0.21 | 0.77 |
| Hex | B7 | B9 | D0 | C | B | 0 | 12 | EB | 15 | 4D |
| Octal | 267 | 271 | 320 | 14 | 13 | 0 | 22 | 353 | 25 | 115 |
| Binary | 10110111 | 10111001 | 11010000 | 1100 | 1011 | 0 | 10010 | 11101011 | 10101 | 1001101 |
Color Harmonies of #B7B9D0
Complementary color
Monochromatic Colors of #B7B9D0
Black with #B7B9D0
Text Example
Text Example
White with #B7B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9D0; }
p { color: rgb(183,185,208); }
H1.HeaderClassName
{
color: #B7B9D0;
}
.AnyTagClassName
{
color: #B7B9D0;
}
</style>
background-color css
<style>
a { background-color: #B7B9D0; }
a { background-color: rgb(183,185,208); }
div.DivClassName
{
background-color: #B7B9D0;
}
.BgClassName
{
background-color: #B7B9D0;
}
</style>
border-color css
<style>
span { border-color: #B7B9D0; }
span { border-color: rgb(183,185,208); }
td.TdClassName
{
border-color: #B7B9D0;
}
.TagClassName
{
border-color: #B7B9D0;
}
</style>