Shades of Lavender Grey #B7B2DC
Tints of Lavender Grey #B7B2DC
RGB
CMYK
RGB Variations
Color information
#B7B2DC (or 0xB7B2DC) is known color: Lavender Grey. HEX triplet: B7, B2 and DC. RGB value is (183,178,220). Sum of RGB (Red+Green+Blue) = 183+178+220=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2DC is #484D23. Grayscale: #B8B8B8. Windows color (decimal): -4738340 or 14463671. OLE color: 14463671.
HSL color Cylindrical-coordinate representation of color #B7B2DC: hue angle of 247.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B2DC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 178 | 220 | - |
CMYK | 0.17 | 0.19 | 0 | 0.14 |
HSL | 247.14º | 0.38% | 0.78% | - |
HSV(B) | 247.14º | 0.19% | 0.86% | - |
XYZ | 48.37 | 47.08 | 74.25 | - |
YUV | 184.28 | 148.16 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 178 | 220 | 0.17 | 0.19 | 0 | 0.14 | 247.14 | 0.38 | 0.78 |
Hex | B7 | B2 | DC | 11 | 13 | 0 | E | F7 | 26 | 4E |
Octal | 267 | 262 | 334 | 21 | 23 | 0 | 16 | 367 | 46 | 116 |
Binary | 10110111 | 10110010 | 11011100 | 10001 | 10011 | 0 | 1110 | 11110111 | 100110 | 1001110 |
Color Harmonies of #B7B2DC
Complementary color
Monochromatic Colors of #B7B2DC
Black with #B7B2DC
Text Example
Text Example
White with #B7B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2DC; }
p { color: rgb(183,178,220); }
H1.HeaderClassName
{
color: #B7B2DC;
}
.AnyTagClassName
{
color: #B7B2DC;
}
</style>
background-color css
<style>
a { background-color: #B7B2DC; }
a { background-color: rgb(183,178,220); }
div.DivClassName
{
background-color: #B7B2DC;
}
.BgClassName
{
background-color: #B7B2DC;
}
</style>
border-color css
<style>
span { border-color: #B7B2DC; }
span { border-color: rgb(183,178,220); }
td.TdClassName
{
border-color: #B7B2DC;
}
.TagClassName
{
border-color: #B7B2DC;
}
</style>