Shades of Melrose #B8ADEF
Tints of Melrose #B8ADEF
RGB
CMYK
RGB Variations
Color information
#B8ADEF (or 0xB8ADEF) is known color: Melrose. HEX triplet: B8, AD and EF. RGB value is (184,173,239). Sum of RGB (Red+Green+Blue) = 184+173+239=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADEF is #475210. Grayscale: #B7B7B7. Windows color (decimal): -4674065 or 15707576. OLE color: 15707576.
HSL color Cylindrical-coordinate representation of color #B8ADEF: hue angle of 250º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ADEF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 173 | 239 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.06 |
| HSL | 250º | 0.67% | 0.81% | - |
| HSV(B) | 250º | 0.28% | 0.94% | - |
| XYZ | 50.29 | 46.31 | 87.95 | - |
| YUV | 183.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 239 | 0.23 | 0.28 | 0 | 0.06 | 250 | 0.67 | 0.81 |
| Hex | B8 | AD | EF | 17 | 1C | 0 | 6 | FA | 43 | 51 |
| Octal | 270 | 255 | 357 | 27 | 34 | 0 | 6 | 372 | 103 | 121 |
| Binary | 10111000 | 10101101 | 11101111 | 10111 | 11100 | 0 | 110 | 11111010 | 1000011 | 1010001 |
Color Harmonies of #B8ADEF
Complementary color
Monochromatic Colors of #B8ADEF
Black with #B8ADEF
Text Example
Text Example
White with #B8ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADEF; }
p { color: rgb(184,173,239); }
H1.HeaderClassName
{
color: #B8ADEF;
}
.AnyTagClassName
{
color: #B8ADEF;
}
</style>
background-color css
<style>
a { background-color: #B8ADEF; }
a { background-color: rgb(184,173,239); }
div.DivClassName
{
background-color: #B8ADEF;
}
.BgClassName
{
background-color: #B8ADEF;
}
</style>
border-color css
<style>
span { border-color: #B8ADEF; }
span { border-color: rgb(184,173,239); }
td.TdClassName
{
border-color: #B8ADEF;
}
.TagClassName
{
border-color: #B8ADEF;
}
</style>