Shades of Lavender Grey #B7B2DB
Tints of Lavender Grey #B7B2DB
RGB
CMYK
RGB Variations
Color information
#B7B2DB (or 0xB7B2DB) is known color: Lavender Grey. HEX triplet: B7, B2 and DB. RGB value is (183,178,219). Sum of RGB (Red+Green+Blue) = 183+178+219=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2DB is #484D24. Grayscale: #B8B8B8. Windows color (decimal): -4738341 or 14398135. OLE color: 14398135.
HSL color Cylindrical-coordinate representation of color #B7B2DB: hue angle of 247.32º degrees, saturation: 0.36, 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 #B7B2DB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 178 | 219 | - |
CMYK | 0.16 | 0.19 | 0 | 0.14 |
HSL | 247.32º | 0.36% | 0.78% | - |
HSV(B) | 247.32º | 0.19% | 0.86% | - |
XYZ | 48.24 | 47.02 | 73.55 | - |
YUV | 184.17 | 147.66 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 178 | 219 | 0.16 | 0.19 | 0 | 0.14 | 247.32 | 0.36 | 0.78 |
Hex | B7 | B2 | DB | 10 | 13 | 0 | E | F7 | 24 | 4E |
Octal | 267 | 262 | 333 | 20 | 23 | 0 | 16 | 367 | 44 | 116 |
Binary | 10110111 | 10110010 | 11011011 | 10000 | 10011 | 0 | 1110 | 11110111 | 100100 | 1001110 |
Color Harmonies of #B7B2DB
Complementary color
Monochromatic Colors of #B7B2DB
Black with #B7B2DB
Text Example
Text Example
White with #B7B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B2DB; }
p { color: rgb(183,178,219); }
H1.HeaderClassName
{
color: #B7B2DB;
}
.AnyTagClassName
{
color: #B7B2DB;
}
</style>
background-color css
<style>
a { background-color: #B7B2DB; }
a { background-color: rgb(183,178,219); }
div.DivClassName
{
background-color: #B7B2DB;
}
.BgClassName
{
background-color: #B7B2DB;
}
</style>
border-color css
<style>
span { border-color: #B7B2DB; }
span { border-color: rgb(183,178,219); }
td.TdClassName
{
border-color: #B7B2DB;
}
.TagClassName
{
border-color: #B7B2DB;
}
</style>