Shades of Lavender Grey #B7B5DE
Tints of Lavender Grey #B7B5DE
RGB
CMYK
RGB Variations
Color information
#B7B5DE (or 0xB7B5DE) is known color: Lavender Grey. HEX triplet: B7, B5 and DE. RGB value is (183,181,222). Sum of RGB (Red+Green+Blue) = 183+181+222=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7B5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5DE is #484A21. Grayscale: #BABABA. Windows color (decimal): -4737570 or 14595511. OLE color: 14595511.
HSL color Cylindrical-coordinate representation of color #B7B5DE: hue angle of 242.93º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B5DE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 181 | 222 | - |
CMYK | 0.18 | 0.18 | 0 | 0.13 |
HSL | 242.93º | 0.38% | 0.79% | - |
HSV(B) | 242.93º | 0.18% | 0.87% | - |
XYZ | 49.24 | 48.39 | 75.85 | - |
YUV | 186.27 | 148.16 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 222 | 0.18 | 0.18 | 0 | 0.13 | 242.93 | 0.38 | 0.79 |
Hex | B7 | B5 | DE | 12 | 12 | 0 | D | F3 | 26 | 4F |
Octal | 267 | 265 | 336 | 22 | 22 | 0 | 15 | 363 | 46 | 117 |
Binary | 10110111 | 10110101 | 11011110 | 10010 | 10010 | 0 | 1101 | 11110011 | 100110 | 1001111 |
Color Harmonies of #B7B5DE
Complementary color
Monochromatic Colors of #B7B5DE
Black with #B7B5DE
Text Example
Text Example
White with #B7B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5DE; }
p { color: rgb(183,181,222); }
H1.HeaderClassName
{
color: #B7B5DE;
}
.AnyTagClassName
{
color: #B7B5DE;
}
</style>
background-color css
<style>
a { background-color: #B7B5DE; }
a { background-color: rgb(183,181,222); }
div.DivClassName
{
background-color: #B7B5DE;
}
.BgClassName
{
background-color: #B7B5DE;
}
</style>
border-color css
<style>
span { border-color: #B7B5DE; }
span { border-color: rgb(183,181,222); }
td.TdClassName
{
border-color: #B7B5DE;
}
.TagClassName
{
border-color: #B7B5DE;
}
</style>