Shades of Melrose #B6ACDE
Tints of Melrose #B6ACDE
RGB
CMYK
RGB Variations
Color information
#B6ACDE (or 0xB6ACDE) is known color: Melrose. HEX triplet: B6, AC and DE. RGB value is (182,172,222). Sum of RGB (Red+Green+Blue) = 182+172+222=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDE is #495321. Grayscale: #B4B4B4. Windows color (decimal): -4805410 or 14593206. OLE color: 14593206.
HSL color Cylindrical-coordinate representation of color #B6ACDE: hue angle of 252º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ACDE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 172 | 222 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.13 |
| HSL | 252º | 0.43% | 0.77% | - |
| HSV(B) | 252º | 0.23% | 0.87% | - |
| XYZ | 47.23 | 44.72 | 75.25 | - |
| YUV | 180.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 222 | 0.18 | 0.23 | 0 | 0.13 | 252 | 0.43 | 0.77 |
| Hex | B6 | AC | DE | 12 | 17 | 0 | D | FC | 2B | 4D |
| Octal | 266 | 254 | 336 | 22 | 27 | 0 | 15 | 374 | 53 | 115 |
| Binary | 10110110 | 10101100 | 11011110 | 10010 | 10111 | 0 | 1101 | 11111100 | 101011 | 1001101 |
Color Harmonies of #B6ACDE
Complementary color
Monochromatic Colors of #B6ACDE
Black with #B6ACDE
Text Example
Text Example
White with #B6ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACDE; }
p { color: rgb(182,172,222); }
H1.HeaderClassName
{
color: #B6ACDE;
}
.AnyTagClassName
{
color: #B6ACDE;
}
</style>
background-color css
<style>
a { background-color: #B6ACDE; }
a { background-color: rgb(182,172,222); }
div.DivClassName
{
background-color: #B6ACDE;
}
.BgClassName
{
background-color: #B6ACDE;
}
</style>
border-color css
<style>
span { border-color: #B6ACDE; }
span { border-color: rgb(182,172,222); }
td.TdClassName
{
border-color: #B6ACDE;
}
.TagClassName
{
border-color: #B6ACDE;
}
</style>