Shades of Lavender Grey #B6B0DF
Tints of Lavender Grey #B6B0DF
RGB
CMYK
RGB Variations
Color information
#B6B0DF (or 0xB6B0DF) is known color: Lavender Grey. HEX triplet: B6, B0 and DF. RGB value is (182,176,223). Sum of RGB (Red+Green+Blue) = 182+176+223=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0DF is #494F20. Grayscale: #B6B6B6. Windows color (decimal): -4804385 or 14659766. OLE color: 14659766.
HSL color Cylindrical-coordinate representation of color #B6B0DF: hue angle of 247.66º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6B0DF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 176 | 223 | - |
CMYK | 0.18 | 0.21 | 0 | 0.13 |
HSL | 247.66º | 0.42% | 0.78% | - |
HSV(B) | 247.66º | 0.21% | 0.87% | - |
XYZ | 48.14 | 46.32 | 76.22 | - |
YUV | 183.15 | 150.49 | 127.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 176 | 223 | 0.18 | 0.21 | 0 | 0.13 | 247.66 | 0.42 | 0.78 |
Hex | B6 | B0 | DF | 12 | 15 | 0 | D | F8 | 2A | 4E |
Octal | 266 | 260 | 337 | 22 | 25 | 0 | 15 | 370 | 52 | 116 |
Binary | 10110110 | 10110000 | 11011111 | 10010 | 10101 | 0 | 1101 | 11111000 | 101010 | 1001110 |
Color Harmonies of #B6B0DF
Complementary color
Monochromatic Colors of #B6B0DF
Black with #B6B0DF
Text Example
Text Example
White with #B6B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B0DF; }
p { color: rgb(182,176,223); }
H1.HeaderClassName
{
color: #B6B0DF;
}
.AnyTagClassName
{
color: #B6B0DF;
}
</style>
background-color css
<style>
a { background-color: #B6B0DF; }
a { background-color: rgb(182,176,223); }
div.DivClassName
{
background-color: #B6B0DF;
}
.BgClassName
{
background-color: #B6B0DF;
}
</style>
border-color css
<style>
span { border-color: #B6B0DF; }
span { border-color: rgb(182,176,223); }
td.TdClassName
{
border-color: #B6B0DF;
}
.TagClassName
{
border-color: #B6B0DF;
}
</style>