Shades of Lavender Grey #B7B8CB
Tints of Lavender Grey #B7B8CB
RGB
CMYK
RGB Variations
Color information
#B7B8CB (or 0xB7B8CB) is known color: Lavender Grey. HEX triplet: B7, B8 and CB. RGB value is (183,184,203). Sum of RGB (Red+Green+Blue) = 183+184+203=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8CB is #484734. Grayscale: #B9B9B9. Windows color (decimal): -4736821 or 13351095. OLE color: 13351095.
HSL color Cylindrical-coordinate representation of color #B7B8CB: hue angle of 237º 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 #B7B8CB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 184 | 203 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.20 |
| HSL | 237º | 0.16% | 0.76% | - |
| HSV(B) | 237º | 0.1% | 0.8% | - |
| XYZ | 47.45 | 48.66 | 63.39 | - |
| YUV | 185.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 203 | 0.10 | 0.09 | 0 | 0.20 | 237 | 0.16 | 0.76 |
| Hex | B7 | B8 | CB | A | 9 | 0 | 14 | ED | 10 | 4C |
| Octal | 267 | 270 | 313 | 12 | 11 | 0 | 24 | 355 | 20 | 114 |
| Binary | 10110111 | 10111000 | 11001011 | 1010 | 1001 | 0 | 10100 | 11101101 | 10000 | 1001100 |
Color Harmonies of #B7B8CB
Complementary color
Monochromatic Colors of #B7B8CB
Black with #B7B8CB
Text Example
Text Example
White with #B7B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8CB; }
p { color: rgb(183,184,203); }
H1.HeaderClassName
{
color: #B7B8CB;
}
.AnyTagClassName
{
color: #B7B8CB;
}
</style>
background-color css
<style>
a { background-color: #B7B8CB; }
a { background-color: rgb(183,184,203); }
div.DivClassName
{
background-color: #B7B8CB;
}
.BgClassName
{
background-color: #B7B8CB;
}
</style>
border-color css
<style>
span { border-color: #B7B8CB; }
span { border-color: rgb(183,184,203); }
td.TdClassName
{
border-color: #B7B8CB;
}
.TagClassName
{
border-color: #B7B8CB;
}
</style>