Shades of Lavender Grey #B7B8CE
Tints of Lavender Grey #B7B8CE
RGB
CMYK
RGB Variations
Color information
#B7B8CE (or 0xB7B8CE) is known color: Lavender Grey. HEX triplet: B7, B8 and CE. RGB value is (183,184,206). Sum of RGB (Red+Green+Blue) = 183+184+206=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8CE is #484731. Grayscale: #BABABA. Windows color (decimal): -4736818 or 13547703. OLE color: 13547703.
HSL color Cylindrical-coordinate representation of color #B7B8CE: hue angle of 237.39º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7B8CE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 184 | 206 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.19 |
| HSL | 237.39º | 0.19% | 0.76% | - |
| HSV(B) | 237.39º | 0.11% | 0.81% | - |
| XYZ | 47.81 | 48.8 | 65.29 | - |
| YUV | 186.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 206 | 0.11 | 0.11 | 0 | 0.19 | 237.39 | 0.19 | 0.76 |
| Hex | B7 | B8 | CE | B | B | 0 | 13 | ED | 13 | 4C |
| Octal | 267 | 270 | 316 | 13 | 13 | 0 | 23 | 355 | 23 | 114 |
| Binary | 10110111 | 10111000 | 11001110 | 1011 | 1011 | 0 | 10011 | 11101101 | 10011 | 1001100 |
Color Harmonies of #B7B8CE
Complementary color
Monochromatic Colors of #B7B8CE
Black with #B7B8CE
Text Example
Text Example
White with #B7B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8CE; }
p { color: rgb(183,184,206); }
H1.HeaderClassName
{
color: #B7B8CE;
}
.AnyTagClassName
{
color: #B7B8CE;
}
</style>
background-color css
<style>
a { background-color: #B7B8CE; }
a { background-color: rgb(183,184,206); }
div.DivClassName
{
background-color: #B7B8CE;
}
.BgClassName
{
background-color: #B7B8CE;
}
</style>
border-color css
<style>
span { border-color: #B7B8CE; }
span { border-color: rgb(183,184,206); }
td.TdClassName
{
border-color: #B7B8CE;
}
.TagClassName
{
border-color: #B7B8CE;
}
</style>