Shades of Lavender Grey #B7B7DC
Tints of Lavender Grey #B7B7DC
RGB
CMYK
RGB Variations
Color information
#B7B7DC (or 0xB7B7DC) is known color: Lavender Grey. HEX triplet: B7, B7 and DC. RGB value is (183,183,220). Sum of RGB (Red+Green+Blue) = 183+183+220=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7DC is #484823. Grayscale: #BBBBBB. Windows color (decimal): -4737060 or 14464951. OLE color: 14464951.
HSL color Cylindrical-coordinate representation of color #B7B7DC: hue angle of 240º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B7DC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 183 | 220 | - |
CMYK | 0.17 | 0.17 | 0 | 0.14 |
HSL | 240º | 0.35% | 0.79% | - |
HSV(B) | 240º | 0.17% | 0.86% | - |
XYZ | 49.38 | 49.1 | 74.59 | - |
YUV | 187.22 | 146.5 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 220 | 0.17 | 0.17 | 0 | 0.14 | 240 | 0.35 | 0.79 |
Hex | B7 | B7 | DC | 11 | 11 | 0 | E | F0 | 23 | 4F |
Octal | 267 | 267 | 334 | 21 | 21 | 0 | 16 | 360 | 43 | 117 |
Binary | 10110111 | 10110111 | 11011100 | 10001 | 10001 | 0 | 1110 | 11110000 | 100011 | 1001111 |
Color Harmonies of #B7B7DC
Complementary color
Monochromatic Colors of #B7B7DC
Black with #B7B7DC
Text Example
Text Example
White with #B7B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7DC; }
p { color: rgb(183,183,220); }
H1.HeaderClassName
{
color: #B7B7DC;
}
.AnyTagClassName
{
color: #B7B7DC;
}
</style>
background-color css
<style>
a { background-color: #B7B7DC; }
a { background-color: rgb(183,183,220); }
div.DivClassName
{
background-color: #B7B7DC;
}
.BgClassName
{
background-color: #B7B7DC;
}
</style>
border-color css
<style>
span { border-color: #B7B7DC; }
span { border-color: rgb(183,183,220); }
td.TdClassName
{
border-color: #B7B7DC;
}
.TagClassName
{
border-color: #B7B7DC;
}
</style>