Shades of Lavender Grey #B7B9CB
Tints of Lavender Grey #B7B9CB
RGB
CMYK
RGB Variations
Color information
#B7B9CB (or 0xB7B9CB) is known color: Lavender Grey. HEX triplet: B7, B9 and CB. RGB value is (183,185,203). Sum of RGB (Red+Green+Blue) = 183+185+203=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9CB is #484634. Grayscale: #BABABA. Windows color (decimal): -4736565 or 13351351. OLE color: 13351351.
HSL color Cylindrical-coordinate representation of color #B7B9CB: hue angle of 234º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B9CB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 185 | 203 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.20 |
| HSL | 234º | 0.16% | 0.76% | - |
| HSV(B) | 234º | 0.1% | 0.8% | - |
| XYZ | 47.66 | 49.08 | 63.46 | - |
| YUV | 186.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 203 | 0.10 | 0.09 | 0 | 0.20 | 234 | 0.16 | 0.76 |
| Hex | B7 | B9 | CB | A | 9 | 0 | 14 | EA | 10 | 4C |
| Octal | 267 | 271 | 313 | 12 | 11 | 0 | 24 | 352 | 20 | 114 |
| Binary | 10110111 | 10111001 | 11001011 | 1010 | 1001 | 0 | 10100 | 11101010 | 10000 | 1001100 |
Color Harmonies of #B7B9CB
Complementary color
Monochromatic Colors of #B7B9CB
Black with #B7B9CB
Text Example
Text Example
White with #B7B9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9CB; }
p { color: rgb(183,185,203); }
H1.HeaderClassName
{
color: #B7B9CB;
}
.AnyTagClassName
{
color: #B7B9CB;
}
</style>
background-color css
<style>
a { background-color: #B7B9CB; }
a { background-color: rgb(183,185,203); }
div.DivClassName
{
background-color: #B7B9CB;
}
.BgClassName
{
background-color: #B7B9CB;
}
</style>
border-color css
<style>
span { border-color: #B7B9CB; }
span { border-color: rgb(183,185,203); }
td.TdClassName
{
border-color: #B7B9CB;
}
.TagClassName
{
border-color: #B7B9CB;
}
</style>