Shades of Lavender Grey #B5B7CE
Tints of Lavender Grey #B5B7CE
RGB
CMYK
RGB Variations
Color information
#B5B7CE (or 0xB5B7CE) is known color: Lavender Grey. HEX triplet: B5, B7 and CE. RGB value is (181,183,206). Sum of RGB (Red+Green+Blue) = 181+183+206=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7CE is #4A4831. Grayscale: #B8B8B8. Windows color (decimal): -4868146 or 13547445. OLE color: 13547445.
HSL color Cylindrical-coordinate representation of color #B5B7CE: hue angle of 235.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B7CE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 183 | 206 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.19 |
| HSL | 235.2º | 0.2% | 0.76% | - |
| HSV(B) | 235.2º | 0.12% | 0.81% | - |
| XYZ | 47.13 | 48.15 | 65.2 | - |
| YUV | 185.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 206 | 0.12 | 0.11 | 0 | 0.19 | 235.2 | 0.2 | 0.76 |
| Hex | B5 | B7 | CE | C | B | 0 | 13 | EB | 14 | 4C |
| Octal | 265 | 267 | 316 | 14 | 13 | 0 | 23 | 353 | 24 | 114 |
| Binary | 10110101 | 10110111 | 11001110 | 1100 | 1011 | 0 | 10011 | 11101011 | 10100 | 1001100 |
Color Harmonies of #B5B7CE
Complementary color
Monochromatic Colors of #B5B7CE
Black with #B5B7CE
Text Example
Text Example
White with #B5B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7CE; }
p { color: rgb(181,183,206); }
H1.HeaderClassName
{
color: #B5B7CE;
}
.AnyTagClassName
{
color: #B5B7CE;
}
</style>
background-color css
<style>
a { background-color: #B5B7CE; }
a { background-color: rgb(181,183,206); }
div.DivClassName
{
background-color: #B5B7CE;
}
.BgClassName
{
background-color: #B5B7CE;
}
</style>
border-color css
<style>
span { border-color: #B5B7CE; }
span { border-color: rgb(181,183,206); }
td.TdClassName
{
border-color: #B5B7CE;
}
.TagClassName
{
border-color: #B5B7CE;
}
</style>