Shades of Melrose #B8ADEC
Tints of Melrose #B8ADEC
RGB
CMYK
RGB Variations
Color information
#B8ADEC (or 0xB8ADEC) is known color: Melrose. HEX triplet: B8, AD and EC. RGB value is (184,173,236). Sum of RGB (Red+Green+Blue) = 184+173+236=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADEC is #475213. Grayscale: #B7B7B7. Windows color (decimal): -4674068 or 15510968. OLE color: 15510968.
HSL color Cylindrical-coordinate representation of color #B8ADEC: hue angle of 250.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8ADEC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 173 | 236 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.07 |
| HSL | 250.48º | 0.62% | 0.8% | - |
| HSV(B) | 250.48º | 0.27% | 0.93% | - |
| XYZ | 49.85 | 46.13 | 85.63 | - |
| YUV | 183.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 236 | 0.22 | 0.27 | 0 | 0.07 | 250.48 | 0.62 | 0.8 |
| Hex | B8 | AD | EC | 16 | 1B | 0 | 7 | FA | 3E | 50 |
| Octal | 270 | 255 | 354 | 26 | 33 | 0 | 7 | 372 | 76 | 120 |
| Binary | 10111000 | 10101101 | 11101100 | 10110 | 11011 | 0 | 111 | 11111010 | 111110 | 1010000 |
Color Harmonies of #B8ADEC
Complementary color
Monochromatic Colors of #B8ADEC
Black with #B8ADEC
Text Example
Text Example
White with #B8ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADEC; }
p { color: rgb(184,173,236); }
H1.HeaderClassName
{
color: #B8ADEC;
}
.AnyTagClassName
{
color: #B8ADEC;
}
</style>
background-color css
<style>
a { background-color: #B8ADEC; }
a { background-color: rgb(184,173,236); }
div.DivClassName
{
background-color: #B8ADEC;
}
.BgClassName
{
background-color: #B8ADEC;
}
</style>
border-color css
<style>
span { border-color: #B8ADEC; }
span { border-color: rgb(184,173,236); }
td.TdClassName
{
border-color: #B8ADEC;
}
.TagClassName
{
border-color: #B8ADEC;
}
</style>