Shades of Melrose #B6ADDC
Tints of Melrose #B6ADDC
RGB
CMYK
RGB Variations
Color information
#B6ADDC (or 0xB6ADDC) is known color: Melrose. HEX triplet: B6, AD and DC. RGB value is (182,173,220). Sum of RGB (Red+Green+Blue) = 182+173+220=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDC is #495223. Grayscale: #B4B4B4. Windows color (decimal): -4805156 or 14462390. OLE color: 14462390.
HSL color Cylindrical-coordinate representation of color #B6ADDC: hue angle of 251.49º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6ADDC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 173 | 220 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.14 |
| HSL | 251.49º | 0.4% | 0.77% | - |
| HSV(B) | 251.49º | 0.21% | 0.86% | - |
| XYZ | 47.15 | 45 | 73.91 | - |
| YUV | 181.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 220 | 0.17 | 0.21 | 0 | 0.14 | 251.49 | 0.4 | 0.77 |
| Hex | B6 | AD | DC | 11 | 15 | 0 | E | FB | 28 | 4D |
| Octal | 266 | 255 | 334 | 21 | 25 | 0 | 16 | 373 | 50 | 115 |
| Binary | 10110110 | 10101101 | 11011100 | 10001 | 10101 | 0 | 1110 | 11111011 | 101000 | 1001101 |
Color Harmonies of #B6ADDC
Complementary color
Monochromatic Colors of #B6ADDC
Black with #B6ADDC
Text Example
Text Example
White with #B6ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADDC; }
p { color: rgb(182,173,220); }
H1.HeaderClassName
{
color: #B6ADDC;
}
.AnyTagClassName
{
color: #B6ADDC;
}
</style>
background-color css
<style>
a { background-color: #B6ADDC; }
a { background-color: rgb(182,173,220); }
div.DivClassName
{
background-color: #B6ADDC;
}
.BgClassName
{
background-color: #B6ADDC;
}
</style>
border-color css
<style>
span { border-color: #B6ADDC; }
span { border-color: rgb(182,173,220); }
td.TdClassName
{
border-color: #B6ADDC;
}
.TagClassName
{
border-color: #B6ADDC;
}
</style>