Shades of Lavender Grey #B7B4DF
Tints of Lavender Grey #B7B4DF
RGB
CMYK
RGB Variations
Color information
#B7B4DF (or 0xB7B4DF) is known color: Lavender Grey. HEX triplet: B7, B4 and DF. RGB value is (183,180,223). Sum of RGB (Red+Green+Blue) = 183+180+223=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7B4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4DF is #484B20. Grayscale: #B9B9B9. Windows color (decimal): -4737825 or 14660791. OLE color: 14660791.
HSL color Cylindrical-coordinate representation of color #B7B4DF: hue angle of 244.19º 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 #B7B4DF is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 180 | 223 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.13 |
| HSL | 244.19º | 0.4% | 0.79% | - |
| HSV(B) | 244.19º | 0.19% | 0.87% | - |
| XYZ | 49.17 | 48.04 | 76.49 | - |
| YUV | 185.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 223 | 0.18 | 0.19 | 0 | 0.13 | 244.19 | 0.4 | 0.79 |
| Hex | B7 | B4 | DF | 12 | 13 | 0 | D | F4 | 28 | 4F |
| Octal | 267 | 264 | 337 | 22 | 23 | 0 | 15 | 364 | 50 | 117 |
| Binary | 10110111 | 10110100 | 11011111 | 10010 | 10011 | 0 | 1101 | 11110100 | 101000 | 1001111 |
Color Harmonies of #B7B4DF
Complementary color
Monochromatic Colors of #B7B4DF
Black with #B7B4DF
Text Example
Text Example
White with #B7B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4DF; }
p { color: rgb(183,180,223); }
H1.HeaderClassName
{
color: #B7B4DF;
}
.AnyTagClassName
{
color: #B7B4DF;
}
</style>
background-color css
<style>
a { background-color: #B7B4DF; }
a { background-color: rgb(183,180,223); }
div.DivClassName
{
background-color: #B7B4DF;
}
.BgClassName
{
background-color: #B7B4DF;
}
</style>
border-color css
<style>
span { border-color: #B7B4DF; }
span { border-color: rgb(183,180,223); }
td.TdClassName
{
border-color: #B7B4DF;
}
.TagClassName
{
border-color: #B7B4DF;
}
</style>