Shades of Melrose #B8ADDD
Tints of Melrose #B8ADDD
RGB
CMYK
RGB Variations
Color information
#B8ADDD (or 0xB8ADDD) is known color: Melrose. HEX triplet: B8, AD and DD. RGB value is (184,173,221). Sum of RGB (Red+Green+Blue) = 184+173+221=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADDD is #475222. Grayscale: #B5B5B5. Windows color (decimal): -4674083 or 14527928. OLE color: 14527928.
HSL color Cylindrical-coordinate representation of color #B8ADDD: hue angle of 253.75º 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 #B8ADDD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 173 | 221 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.13 |
| HSL | 253.75º | 0.41% | 0.77% | - |
| HSV(B) | 253.75º | 0.22% | 0.87% | - |
| XYZ | 47.76 | 45.3 | 74.63 | - |
| YUV | 181.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 221 | 0.17 | 0.22 | 0 | 0.13 | 253.75 | 0.41 | 0.77 |
| Hex | B8 | AD | DD | 11 | 16 | 0 | D | FE | 29 | 4D |
| Octal | 270 | 255 | 335 | 21 | 26 | 0 | 15 | 376 | 51 | 115 |
| Binary | 10111000 | 10101101 | 11011101 | 10001 | 10110 | 0 | 1101 | 11111110 | 101001 | 1001101 |
Color Harmonies of #B8ADDD
Complementary color
Monochromatic Colors of #B8ADDD
Black with #B8ADDD
Text Example
Text Example
White with #B8ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADDD; }
p { color: rgb(184,173,221); }
H1.HeaderClassName
{
color: #B8ADDD;
}
.AnyTagClassName
{
color: #B8ADDD;
}
</style>
background-color css
<style>
a { background-color: #B8ADDD; }
a { background-color: rgb(184,173,221); }
div.DivClassName
{
background-color: #B8ADDD;
}
.BgClassName
{
background-color: #B8ADDD;
}
</style>
border-color css
<style>
span { border-color: #B8ADDD; }
span { border-color: rgb(184,173,221); }
td.TdClassName
{
border-color: #B8ADDD;
}
.TagClassName
{
border-color: #B8ADDD;
}
</style>