Shades of Lavender Grey #B5B7DF
Tints of Lavender Grey #B5B7DF
RGB
CMYK
RGB Variations
Color information
#B5B7DF (or 0xB5B7DF) is known color: Lavender Grey. HEX triplet: B5, B7 and DF. RGB value is (181,183,223). Sum of RGB (Red+Green+Blue) = 181+183+223=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7DF is #4A4820. Grayscale: #BABABA. Windows color (decimal): -4868129 or 14661557. OLE color: 14661557.
HSL color Cylindrical-coordinate representation of color #B5B7DF: hue angle of 237.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B7DF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 183 | 223 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.13 |
| HSL | 237.14º | 0.4% | 0.79% | - |
| HSV(B) | 237.14º | 0.19% | 0.87% | - |
| XYZ | 49.31 | 49.02 | 76.67 | - |
| YUV | 186.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 223 | 0.19 | 0.18 | 0 | 0.13 | 237.14 | 0.4 | 0.79 |
| Hex | B5 | B7 | DF | 13 | 12 | 0 | D | ED | 28 | 4F |
| Octal | 265 | 267 | 337 | 23 | 22 | 0 | 15 | 355 | 50 | 117 |
| Binary | 10110101 | 10110111 | 11011111 | 10011 | 10010 | 0 | 1101 | 11101101 | 101000 | 1001111 |
Color Harmonies of #B5B7DF
Complementary color
Monochromatic Colors of #B5B7DF
Black with #B5B7DF
Text Example
Text Example
White with #B5B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7DF; }
p { color: rgb(181,183,223); }
H1.HeaderClassName
{
color: #B5B7DF;
}
.AnyTagClassName
{
color: #B5B7DF;
}
</style>
background-color css
<style>
a { background-color: #B5B7DF; }
a { background-color: rgb(181,183,223); }
div.DivClassName
{
background-color: #B5B7DF;
}
.BgClassName
{
background-color: #B5B7DF;
}
</style>
border-color css
<style>
span { border-color: #B5B7DF; }
span { border-color: rgb(181,183,223); }
td.TdClassName
{
border-color: #B5B7DF;
}
.TagClassName
{
border-color: #B5B7DF;
}
</style>