Shades of Lavender Grey #B7B7CE
Tints of Lavender Grey #B7B7CE
RGB
CMYK
RGB Variations
Color information
#B7B7CE (or 0xB7B7CE) is known color: Lavender Grey. HEX triplet: B7, B7 and CE. RGB value is (183,183,206). Sum of RGB (Red+Green+Blue) = 183+183+206=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7CE is #484831. Grayscale: #B9B9B9. Windows color (decimal): -4737074 or 13547447. OLE color: 13547447.
HSL color Cylindrical-coordinate representation of color #B7B7CE: hue angle of 240º 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 #B7B7CE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 183 | 206 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.19 |
| HSL | 240º | 0.19% | 0.76% | - |
| HSV(B) | 240º | 0.11% | 0.81% | - |
| XYZ | 47.6 | 48.39 | 65.22 | - |
| YUV | 185.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 206 | 0.11 | 0.11 | 0 | 0.19 | 240 | 0.19 | 0.76 |
| Hex | B7 | B7 | CE | B | B | 0 | 13 | F0 | 13 | 4C |
| Octal | 267 | 267 | 316 | 13 | 13 | 0 | 23 | 360 | 23 | 114 |
| Binary | 10110111 | 10110111 | 11001110 | 1011 | 1011 | 0 | 10011 | 11110000 | 10011 | 1001100 |
Color Harmonies of #B7B7CE
Complementary color
Monochromatic Colors of #B7B7CE
Black with #B7B7CE
Text Example
Text Example
White with #B7B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7CE; }
p { color: rgb(183,183,206); }
H1.HeaderClassName
{
color: #B7B7CE;
}
.AnyTagClassName
{
color: #B7B7CE;
}
</style>
background-color css
<style>
a { background-color: #B7B7CE; }
a { background-color: rgb(183,183,206); }
div.DivClassName
{
background-color: #B7B7CE;
}
.BgClassName
{
background-color: #B7B7CE;
}
</style>
border-color css
<style>
span { border-color: #B7B7CE; }
span { border-color: rgb(183,183,206); }
td.TdClassName
{
border-color: #B7B7CE;
}
.TagClassName
{
border-color: #B7B7CE;
}
</style>