Shades of Lavender Grey #B6B6DD
Tints of Lavender Grey #B6B6DD
RGB
CMYK
RGB Variations
Color information
#B6B6DD (or 0xB6B6DD) is known color: Lavender Grey. HEX triplet: B6, B6 and DD. RGB value is (182,182,221). Sum of RGB (Red+Green+Blue) = 182+182+221=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B6DD is #494922. Grayscale: #BABABA. Windows color (decimal): -4802851 or 14530230. OLE color: 14530230.
HSL color Cylindrical-coordinate representation of color #B6B6DD: hue angle of 240º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6B6DD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 182 | 221 | - |
CMYK | 0.18 | 0.18 | 0 | 0.13 |
HSL | 240º | 0.36% | 0.79% | - |
HSV(B) | 240º | 0.18% | 0.87% | - |
XYZ | 49.07 | 48.62 | 75.21 | - |
YUV | 186.45 | 147.5 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 221 | 0.18 | 0.18 | 0 | 0.13 | 240 | 0.36 | 0.79 |
Hex | B6 | B6 | DD | 12 | 12 | 0 | D | F0 | 24 | 4F |
Octal | 266 | 266 | 335 | 22 | 22 | 0 | 15 | 360 | 44 | 117 |
Binary | 10110110 | 10110110 | 11011101 | 10010 | 10010 | 0 | 1101 | 11110000 | 100100 | 1001111 |
Color Harmonies of #B6B6DD
Complementary color
Monochromatic Colors of #B6B6DD
Black with #B6B6DD
Text Example
Text Example
White with #B6B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6DD; }
p { color: rgb(182,182,221); }
H1.HeaderClassName
{
color: #B6B6DD;
}
.AnyTagClassName
{
color: #B6B6DD;
}
</style>
background-color css
<style>
a { background-color: #B6B6DD; }
a { background-color: rgb(182,182,221); }
div.DivClassName
{
background-color: #B6B6DD;
}
.BgClassName
{
background-color: #B6B6DD;
}
</style>
border-color css
<style>
span { border-color: #B6B6DD; }
span { border-color: rgb(182,182,221); }
td.TdClassName
{
border-color: #B6B6DD;
}
.TagClassName
{
border-color: #B6B6DD;
}
</style>