Shades of Lavender Grey #B6B6CD
Tints of Lavender Grey #B6B6CD
RGB
CMYK
RGB Variations
Color information
#B6B6CD (or 0xB6B6CD) is known color: Lavender Grey. HEX triplet: B6, B6 and CD. RGB value is (182,182,205). Sum of RGB (Red+Green+Blue) = 182+182+205=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B6CD is #494932. Grayscale: #B8B8B8. Windows color (decimal): -4802867 or 13481654. OLE color: 13481654.
HSL color Cylindrical-coordinate representation of color #B6B6CD: hue angle of 240º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6B6CD is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 182 | 182 | 205 | - |
CMYK | 0.11 | 0.11 | 0 | 0.20 |
HSL | 240º | 0.19% | 0.76% | - |
HSV(B) | 240º | 0.11% | 0.8% | - |
XYZ | 47.04 | 47.81 | 64.51 | - |
YUV | 184.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 182 | 205 | 0.11 | 0.11 | 0 | 0.20 | 240 | 0.19 | 0.76 |
Hex | B6 | B6 | CD | B | B | 0 | 14 | F0 | 13 | 4C |
Octal | 266 | 266 | 315 | 13 | 13 | 0 | 24 | 360 | 23 | 114 |
Binary | 10110110 | 10110110 | 11001101 | 1011 | 1011 | 0 | 10100 | 11110000 | 10011 | 1001100 |
Color Harmonies of #B6B6CD
Complementary color
Monochromatic Colors of #B6B6CD
Black with #B6B6CD
Text Example
Text Example
White with #B6B6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B6CD; }
p { color: rgb(182,182,205); }
H1.HeaderClassName
{
color: #B6B6CD;
}
.AnyTagClassName
{
color: #B6B6CD;
}
</style>
background-color css
<style>
a { background-color: #B6B6CD; }
a { background-color: rgb(182,182,205); }
div.DivClassName
{
background-color: #B6B6CD;
}
.BgClassName
{
background-color: #B6B6CD;
}
</style>
border-color css
<style>
span { border-color: #B6B6CD; }
span { border-color: rgb(182,182,205); }
td.TdClassName
{
border-color: #B6B6CD;
}
.TagClassName
{
border-color: #B6B6CD;
}
</style>