Shades of Lavender Grey #B7B5EC
Tints of Lavender Grey #B7B5EC
RGB
CMYK
RGB Variations
Color information
#B7B5EC (or 0xB7B5EC) is known color: Lavender Grey. HEX triplet: B7, B5 and EC. RGB value is (183,181,236). Sum of RGB (Red+Green+Blue) = 183+181+236=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5EC is #484A13. Grayscale: #BBBBBB. Windows color (decimal): -4737556 or 15513015. OLE color: 15513015.
HSL color Cylindrical-coordinate representation of color #B7B5EC: hue angle of 242.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7B5EC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 181 | 236 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.07 |
| HSL | 242.18º | 0.59% | 0.82% | - |
| HSV(B) | 242.18º | 0.23% | 0.93% | - |
| XYZ | 51.19 | 49.17 | 86.15 | - |
| YUV | 187.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 236 | 0.22 | 0.23 | 0 | 0.07 | 242.18 | 0.59 | 0.82 |
| Hex | B7 | B5 | EC | 16 | 17 | 0 | 7 | F2 | 3B | 52 |
| Octal | 267 | 265 | 354 | 26 | 27 | 0 | 7 | 362 | 73 | 122 |
| Binary | 10110111 | 10110101 | 11101100 | 10110 | 10111 | 0 | 111 | 11110010 | 111011 | 1010010 |
Color Harmonies of #B7B5EC
Complementary color
Monochromatic Colors of #B7B5EC
Black with #B7B5EC
Text Example
Text Example
White with #B7B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5EC; }
p { color: rgb(183,181,236); }
H1.HeaderClassName
{
color: #B7B5EC;
}
.AnyTagClassName
{
color: #B7B5EC;
}
</style>
background-color css
<style>
a { background-color: #B7B5EC; }
a { background-color: rgb(183,181,236); }
div.DivClassName
{
background-color: #B7B5EC;
}
.BgClassName
{
background-color: #B7B5EC;
}
</style>
border-color css
<style>
span { border-color: #B7B5EC; }
span { border-color: rgb(183,181,236); }
td.TdClassName
{
border-color: #B7B5EC;
}
.TagClassName
{
border-color: #B7B5EC;
}
</style>