Shades of Lavender Grey #B7B3EC
Tints of Lavender Grey #B7B3EC
RGB
CMYK
RGB Variations
Color information
#B7B3EC (or 0xB7B3EC) is known color: Lavender Grey. HEX triplet: B7, B3 and EC. RGB value is (183,179,236). Sum of RGB (Red+Green+Blue) = 183+179+236=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B3EC is #484C13. Grayscale: #BABABA. Windows color (decimal): -4738068 or 15512503. OLE color: 15512503.
HSL color Cylindrical-coordinate representation of color #B7B3EC: hue angle of 244.21º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7B3EC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 179 | 236 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.07 |
| HSL | 244.21º | 0.6% | 0.81% | - |
| HSV(B) | 244.21º | 0.24% | 0.93% | - |
| XYZ | 50.79 | 48.36 | 86.02 | - |
| YUV | 186.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 236 | 0.22 | 0.24 | 0 | 0.07 | 244.21 | 0.6 | 0.81 |
| Hex | B7 | B3 | EC | 16 | 18 | 0 | 7 | F4 | 3C | 51 |
| Octal | 267 | 263 | 354 | 26 | 30 | 0 | 7 | 364 | 74 | 121 |
| Binary | 10110111 | 10110011 | 11101100 | 10110 | 11000 | 0 | 111 | 11110100 | 111100 | 1010001 |
Color Harmonies of #B7B3EC
Complementary color
Monochromatic Colors of #B7B3EC
Black with #B7B3EC
Text Example
Text Example
White with #B7B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3EC; }
p { color: rgb(183,179,236); }
H1.HeaderClassName
{
color: #B7B3EC;
}
.AnyTagClassName
{
color: #B7B3EC;
}
</style>
background-color css
<style>
a { background-color: #B7B3EC; }
a { background-color: rgb(183,179,236); }
div.DivClassName
{
background-color: #B7B3EC;
}
.BgClassName
{
background-color: #B7B3EC;
}
</style>
border-color css
<style>
span { border-color: #B7B3EC; }
span { border-color: rgb(183,179,236); }
td.TdClassName
{
border-color: #B7B3EC;
}
.TagClassName
{
border-color: #B7B3EC;
}
</style>