Shades of Lavender Grey #B6B3DC
Tints of Lavender Grey #B6B3DC
RGB
CMYK
RGB Variations
Color information
#B6B3DC (or 0xB6B3DC) is known color: Lavender Grey. HEX triplet: B6, B3 and DC. RGB value is (182,179,220). Sum of RGB (Red+Green+Blue) = 182+179+220=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3DC is #494C23. Grayscale: #B8B8B8. Windows color (decimal): -4803620 or 14463926. OLE color: 14463926.
HSL color Cylindrical-coordinate representation of color #B6B3DC: hue angle of 244.39º degrees, saturation: 0.37, 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 #B6B3DC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 179 | 220 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.14 |
| HSL | 244.39º | 0.37% | 0.78% | - |
| HSV(B) | 244.39º | 0.19% | 0.86% | - |
| XYZ | 48.33 | 47.35 | 74.3 | - |
| YUV | 184.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 220 | 0.17 | 0.19 | 0 | 0.14 | 244.39 | 0.37 | 0.78 |
| Hex | B6 | B3 | DC | 11 | 13 | 0 | E | F4 | 25 | 4E |
| Octal | 266 | 263 | 334 | 21 | 23 | 0 | 16 | 364 | 45 | 116 |
| Binary | 10110110 | 10110011 | 11011100 | 10001 | 10011 | 0 | 1110 | 11110100 | 100101 | 1001110 |
Color Harmonies of #B6B3DC
Complementary color
Monochromatic Colors of #B6B3DC
Black with #B6B3DC
Text Example
Text Example
White with #B6B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B3DC; }
p { color: rgb(182,179,220); }
H1.HeaderClassName
{
color: #B6B3DC;
}
.AnyTagClassName
{
color: #B6B3DC;
}
</style>
background-color css
<style>
a { background-color: #B6B3DC; }
a { background-color: rgb(182,179,220); }
div.DivClassName
{
background-color: #B6B3DC;
}
.BgClassName
{
background-color: #B6B3DC;
}
</style>
border-color css
<style>
span { border-color: #B6B3DC; }
span { border-color: rgb(182,179,220); }
td.TdClassName
{
border-color: #B6B3DC;
}
.TagClassName
{
border-color: #B6B3DC;
}
</style>