Shades of Melrose #B6ADDD
Tints of Melrose #B6ADDD
RGB
CMYK
RGB Variations
Color information
#B6ADDD (or 0xB6ADDD) is known color: Melrose. HEX triplet: B6, AD and DD. RGB value is (182,173,221). Sum of RGB (Red+Green+Blue) = 182+173+221=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDD is #495222. Grayscale: #B4B4B4. Windows color (decimal): -4805155 or 14527926. OLE color: 14527926.
HSL color Cylindrical-coordinate representation of color #B6ADDD: hue angle of 251.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6ADDD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 173 | 221 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.13 |
| HSL | 251.25º | 0.41% | 0.77% | - |
| HSV(B) | 251.25º | 0.22% | 0.87% | - |
| XYZ | 47.29 | 45.05 | 74.61 | - |
| YUV | 181.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 221 | 0.18 | 0.22 | 0 | 0.13 | 251.25 | 0.41 | 0.77 |
| Hex | B6 | AD | DD | 12 | 16 | 0 | D | FB | 29 | 4D |
| Octal | 266 | 255 | 335 | 22 | 26 | 0 | 15 | 373 | 51 | 115 |
| Binary | 10110110 | 10101101 | 11011101 | 10010 | 10110 | 0 | 1101 | 11111011 | 101001 | 1001101 |
Color Harmonies of #B6ADDD
Complementary color
Monochromatic Colors of #B6ADDD
Black with #B6ADDD
Text Example
Text Example
White with #B6ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADDD; }
p { color: rgb(182,173,221); }
H1.HeaderClassName
{
color: #B6ADDD;
}
.AnyTagClassName
{
color: #B6ADDD;
}
</style>
background-color css
<style>
a { background-color: #B6ADDD; }
a { background-color: rgb(182,173,221); }
div.DivClassName
{
background-color: #B6ADDD;
}
.BgClassName
{
background-color: #B6ADDD;
}
</style>
border-color css
<style>
span { border-color: #B6ADDD; }
span { border-color: rgb(182,173,221); }
td.TdClassName
{
border-color: #B6ADDD;
}
.TagClassName
{
border-color: #B6ADDD;
}
</style>