Shades of Lavender Grey #B6B7D9
Tints of Lavender Grey #B6B7D9
RGB
CMYK
RGB Variations
Color information
#B6B7D9 (or 0xB6B7D9) is known color: Lavender Grey. HEX triplet: B6, B7 and D9. RGB value is (182,183,217). Sum of RGB (Red+Green+Blue) = 182+183+217=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6B7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B7D9 is #494826. Grayscale: #BABABA. Windows color (decimal): -4802599 or 14268342. OLE color: 14268342.
HSL color Cylindrical-coordinate representation of color #B6B7D9: hue angle of 238.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6B7D9 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 182 | 183 | 217 | - |
CMYK | 0.16 | 0.16 | 0 | 0.15 |
HSL | 238.29º | 0.32% | 0.78% | - |
HSV(B) | 238.29º | 0.16% | 0.85% | - |
XYZ | 48.75 | 48.82 | 72.5 | - |
YUV | 186.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 183 | 217 | 0.16 | 0.16 | 0 | 0.15 | 238.29 | 0.32 | 0.78 |
Hex | B6 | B7 | D9 | 10 | 10 | 0 | F | EE | 20 | 4E |
Octal | 266 | 267 | 331 | 20 | 20 | 0 | 17 | 356 | 40 | 116 |
Binary | 10110110 | 10110111 | 11011001 | 10000 | 10000 | 0 | 1111 | 11101110 | 100000 | 1001110 |
Color Harmonies of #B6B7D9
Complementary color
Monochromatic Colors of #B6B7D9
Black with #B6B7D9
Text Example
Text Example
White with #B6B7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B7D9; }
p { color: rgb(182,183,217); }
H1.HeaderClassName
{
color: #B6B7D9;
}
.AnyTagClassName
{
color: #B6B7D9;
}
</style>
background-color css
<style>
a { background-color: #B6B7D9; }
a { background-color: rgb(182,183,217); }
div.DivClassName
{
background-color: #B6B7D9;
}
.BgClassName
{
background-color: #B6B7D9;
}
</style>
border-color css
<style>
span { border-color: #B6B7D9; }
span { border-color: rgb(182,183,217); }
td.TdClassName
{
border-color: #B6B7D9;
}
.TagClassName
{
border-color: #B6B7D9;
}
</style>