Shades of Melrose #B8ADE6
Tints of Melrose #B8ADE6
RGB
CMYK
RGB Variations
Color information
#B8ADE6 (or 0xB8ADE6) is known color: Melrose. HEX triplet: B8, AD and E6. RGB value is (184,173,230). Sum of RGB (Red+Green+Blue) = 184+173+230=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADE6 is #475219. Grayscale: #B6B6B6. Windows color (decimal): -4674074 or 15117752. OLE color: 15117752.
HSL color Cylindrical-coordinate representation of color #B8ADE6: hue angle of 251.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8ADE6 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 173 | 230 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.10 |
| HSL | 251.58º | 0.53% | 0.79% | - |
| HSV(B) | 251.58º | 0.25% | 0.9% | - |
| XYZ | 48.99 | 45.79 | 81.12 | - |
| YUV | 182.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 230 | 0.2 | 0.25 | 0 | 0.10 | 251.58 | 0.53 | 0.79 |
| Hex | B8 | AD | E6 | 14 | 19 | 0 | A | FC | 35 | 4F |
| Octal | 270 | 255 | 346 | 24 | 31 | 0 | 12 | 374 | 65 | 117 |
| Binary | 10111000 | 10101101 | 11100110 | 10100 | 11001 | 0 | 1010 | 11111100 | 110101 | 1001111 |
Color Harmonies of #B8ADE6
Complementary color
Monochromatic Colors of #B8ADE6
Black with #B8ADE6
Text Example
Text Example
White with #B8ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADE6; }
p { color: rgb(184,173,230); }
H1.HeaderClassName
{
color: #B8ADE6;
}
.AnyTagClassName
{
color: #B8ADE6;
}
</style>
background-color css
<style>
a { background-color: #B8ADE6; }
a { background-color: rgb(184,173,230); }
div.DivClassName
{
background-color: #B8ADE6;
}
.BgClassName
{
background-color: #B8ADE6;
}
</style>
border-color css
<style>
span { border-color: #B8ADE6; }
span { border-color: rgb(184,173,230); }
td.TdClassName
{
border-color: #B8ADE6;
}
.TagClassName
{
border-color: #B8ADE6;
}
</style>