Shades of Lavender Grey #B5B8CE
Tints of Lavender Grey #B5B8CE
RGB
CMYK
RGB Variations
Color information
#B5B8CE (or 0xB5B8CE) is known color: Lavender Grey. HEX triplet: B5, B8 and CE. RGB value is (181,184,206). Sum of RGB (Red+Green+Blue) = 181+184+206=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8CE is #4A4731. Grayscale: #B9B9B9. Windows color (decimal): -4867890 or 13547701. OLE color: 13547701.
HSL color Cylindrical-coordinate representation of color #B5B8CE: hue angle of 232.8º 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 #B5B8CE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 184 | 206 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.19 |
| HSL | 232.8º | 0.2% | 0.76% | - |
| HSV(B) | 232.8º | 0.12% | 0.81% | - |
| XYZ | 47.34 | 48.56 | 65.27 | - |
| YUV | 185.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 206 | 0.12 | 0.11 | 0 | 0.19 | 232.8 | 0.2 | 0.76 |
| Hex | B5 | B8 | CE | C | B | 0 | 13 | E9 | 14 | 4C |
| Octal | 265 | 270 | 316 | 14 | 13 | 0 | 23 | 351 | 24 | 114 |
| Binary | 10110101 | 10111000 | 11001110 | 1100 | 1011 | 0 | 10011 | 11101001 | 10100 | 1001100 |
Color Harmonies of #B5B8CE
Complementary color
Monochromatic Colors of #B5B8CE
Black with #B5B8CE
Text Example
Text Example
White with #B5B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8CE; }
p { color: rgb(181,184,206); }
H1.HeaderClassName
{
color: #B5B8CE;
}
.AnyTagClassName
{
color: #B5B8CE;
}
</style>
background-color css
<style>
a { background-color: #B5B8CE; }
a { background-color: rgb(181,184,206); }
div.DivClassName
{
background-color: #B5B8CE;
}
.BgClassName
{
background-color: #B5B8CE;
}
</style>
border-color css
<style>
span { border-color: #B5B8CE; }
span { border-color: rgb(181,184,206); }
td.TdClassName
{
border-color: #B5B8CE;
}
.TagClassName
{
border-color: #B5B8CE;
}
</style>