Shades of Lavender Grey #B6B0EC
Tints of Lavender Grey #B6B0EC
RGB
CMYK
RGB Variations
Color information
#B6B0EC (or 0xB6B0EC) is known color: Lavender Grey. HEX triplet: B6, B0 and EC. RGB value is (182,176,236). Sum of RGB (Red+Green+Blue) = 182+176+236=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B0EC is #494F13. Grayscale: #B8B8B8. Windows color (decimal): -4804372 or 15511734. OLE color: 15511734.
HSL color Cylindrical-coordinate representation of color #B6B0EC: hue angle of 246º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B0EC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 176 | 236 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.07 |
| HSL | 246º | 0.61% | 0.81% | - |
| HSV(B) | 246º | 0.25% | 0.93% | - |
| XYZ | 49.96 | 47.05 | 85.81 | - |
| YUV | 184.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 236 | 0.23 | 0.25 | 0 | 0.07 | 246 | 0.61 | 0.81 |
| Hex | B6 | B0 | EC | 17 | 19 | 0 | 7 | F6 | 3D | 51 |
| Octal | 266 | 260 | 354 | 27 | 31 | 0 | 7 | 366 | 75 | 121 |
| Binary | 10110110 | 10110000 | 11101100 | 10111 | 11001 | 0 | 111 | 11110110 | 111101 | 1010001 |
Color Harmonies of #B6B0EC
Complementary color
Monochromatic Colors of #B6B0EC
Black with #B6B0EC
Text Example
Text Example
White with #B6B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B0EC; }
p { color: rgb(182,176,236); }
H1.HeaderClassName
{
color: #B6B0EC;
}
.AnyTagClassName
{
color: #B6B0EC;
}
</style>
background-color css
<style>
a { background-color: #B6B0EC; }
a { background-color: rgb(182,176,236); }
div.DivClassName
{
background-color: #B6B0EC;
}
.BgClassName
{
background-color: #B6B0EC;
}
</style>
border-color css
<style>
span { border-color: #B6B0EC; }
span { border-color: rgb(182,176,236); }
td.TdClassName
{
border-color: #B6B0EC;
}
.TagClassName
{
border-color: #B6B0EC;
}
</style>