Shades of Melrose #B8AFDD
Tints of Melrose #B8AFDD
RGB
CMYK
RGB Variations
Color information
#B8AFDD (or 0xB8AFDD) is known color: Melrose. HEX triplet: B8, AF and DD. RGB value is (184,175,221). Sum of RGB (Red+Green+Blue) = 184+175+221=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFDD is #475022. Grayscale: #B6B6B6. Windows color (decimal): -4673571 or 14528440. OLE color: 14528440.
HSL color Cylindrical-coordinate representation of color #B8AFDD: hue angle of 251.74º degrees, saturation: 0.4, 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 #B8AFDD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 175 | 221 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.13 |
| HSL | 251.74º | 0.4% | 0.78% | - |
| HSV(B) | 251.74º | 0.21% | 0.87% | - |
| XYZ | 48.15 | 46.07 | 74.76 | - |
| YUV | 182.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 221 | 0.17 | 0.21 | 0 | 0.13 | 251.74 | 0.4 | 0.78 |
| Hex | B8 | AF | DD | 11 | 15 | 0 | D | FC | 28 | 4E |
| Octal | 270 | 257 | 335 | 21 | 25 | 0 | 15 | 374 | 50 | 116 |
| Binary | 10111000 | 10101111 | 11011101 | 10001 | 10101 | 0 | 1101 | 11111100 | 101000 | 1001110 |
Color Harmonies of #B8AFDD
Complementary color
Monochromatic Colors of #B8AFDD
Black with #B8AFDD
Text Example
Text Example
White with #B8AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFDD; }
p { color: rgb(184,175,221); }
H1.HeaderClassName
{
color: #B8AFDD;
}
.AnyTagClassName
{
color: #B8AFDD;
}
</style>
background-color css
<style>
a { background-color: #B8AFDD; }
a { background-color: rgb(184,175,221); }
div.DivClassName
{
background-color: #B8AFDD;
}
.BgClassName
{
background-color: #B8AFDD;
}
</style>
border-color css
<style>
span { border-color: #B8AFDD; }
span { border-color: rgb(184,175,221); }
td.TdClassName
{
border-color: #B8AFDD;
}
.TagClassName
{
border-color: #B8AFDD;
}
</style>