Shades of Lavender Grey #B6B2DB
Tints of Lavender Grey #B6B2DB
RGB
CMYK
RGB Variations
Color information
#B6B2DB (or 0xB6B2DB) is known color: Lavender Grey. HEX triplet: B6, B2 and DB. RGB value is (182,178,219). Sum of RGB (Red+Green+Blue) = 182+178+219=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2DB is #494D24. Grayscale: #B7B7B7. Windows color (decimal): -4803877 or 14398134. OLE color: 14398134.
HSL color Cylindrical-coordinate representation of color #B6B2DB: hue angle of 245.85º 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 #B6B2DB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 182 | 178 | 219 | - |
CMYK | 0.17 | 0.19 | 0 | 0.14 |
HSL | 245.85º | 0.36% | 0.78% | - |
HSV(B) | 245.85º | 0.19% | 0.86% | - |
XYZ | 48 | 46.9 | 73.54 | - |
YUV | 183.87 | 147.83 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 178 | 219 | 0.17 | 0.19 | 0 | 0.14 | 245.85 | 0.36 | 0.78 |
Hex | B6 | B2 | DB | 11 | 13 | 0 | E | F6 | 24 | 4E |
Octal | 266 | 262 | 333 | 21 | 23 | 0 | 16 | 366 | 44 | 116 |
Binary | 10110110 | 10110010 | 11011011 | 10001 | 10011 | 0 | 1110 | 11110110 | 100100 | 1001110 |
Color Harmonies of #B6B2DB
Complementary color
Monochromatic Colors of #B6B2DB
Black with #B6B2DB
Text Example
Text Example
White with #B6B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B2DB; }
p { color: rgb(182,178,219); }
H1.HeaderClassName
{
color: #B6B2DB;
}
.AnyTagClassName
{
color: #B6B2DB;
}
</style>
background-color css
<style>
a { background-color: #B6B2DB; }
a { background-color: rgb(182,178,219); }
div.DivClassName
{
background-color: #B6B2DB;
}
.BgClassName
{
background-color: #B6B2DB;
}
</style>
border-color css
<style>
span { border-color: #B6B2DB; }
span { border-color: rgb(182,178,219); }
td.TdClassName
{
border-color: #B6B2DB;
}
.TagClassName
{
border-color: #B6B2DB;
}
</style>