Shades of Lavender Grey #B7B7D2
Tints of Lavender Grey #B7B7D2
RGB
CMYK
RGB Variations
Color information
#B7B7D2 (or 0xB7B7D2) is known color: Lavender Grey. HEX triplet: B7, B7 and D2. RGB value is (183,183,210). Sum of RGB (Red+Green+Blue) = 183+183+210=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #B7B7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7D2 is #48482D. Grayscale: #B9B9B9. Windows color (decimal): -4737070 or 13809591. OLE color: 13809591.
HSL color Cylindrical-coordinate representation of color #B7B7D2: hue angle of 240º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7B7D2 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 183 | 183 | 210 | - |
CMYK | 0.13 | 0.13 | 0 | 0.18 |
HSL | 240º | 0.23% | 0.77% | - |
HSV(B) | 240º | 0.13% | 0.82% | - |
XYZ | 48.09 | 48.59 | 67.82 | - |
YUV | 186.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 210 | 0.13 | 0.13 | 0 | 0.18 | 240 | 0.23 | 0.77 |
Hex | B7 | B7 | D2 | D | D | 0 | 12 | F0 | 17 | 4D |
Octal | 267 | 267 | 322 | 15 | 15 | 0 | 22 | 360 | 27 | 115 |
Binary | 10110111 | 10110111 | 11010010 | 1101 | 1101 | 0 | 10010 | 11110000 | 10111 | 1001101 |
Color Harmonies of #B7B7D2
Complementary color
Monochromatic Colors of #B7B7D2
Black with #B7B7D2
Text Example
Text Example
White with #B7B7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7D2; }
p { color: rgb(183,183,210); }
H1.HeaderClassName
{
color: #B7B7D2;
}
.AnyTagClassName
{
color: #B7B7D2;
}
</style>
background-color css
<style>
a { background-color: #B7B7D2; }
a { background-color: rgb(183,183,210); }
div.DivClassName
{
background-color: #B7B7D2;
}
.BgClassName
{
background-color: #B7B7D2;
}
</style>
border-color css
<style>
span { border-color: #B7B7D2; }
span { border-color: rgb(183,183,210); }
td.TdClassName
{
border-color: #B7B7D2;
}
.TagClassName
{
border-color: #B7B7D2;
}
</style>