Shades of Melrose #B8ADE5
Tints of Melrose #B8ADE5
RGB
CMYK
RGB Variations
Color information
#B8ADE5 (or 0xB8ADE5) is known color: Melrose. HEX triplet: B8, AD and E5. RGB value is (184,173,229). Sum of RGB (Red+Green+Blue) = 184+173+229=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #B8ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADE5 is #47521A. Grayscale: #B6B6B6. Windows color (decimal): -4674075 or 15052216. OLE color: 15052216.
HSL color Cylindrical-coordinate representation of color #B8ADE5: hue angle of 251.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8ADE5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 173 | 229 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.10 |
| HSL | 251.79º | 0.52% | 0.79% | - |
| HSV(B) | 251.79º | 0.24% | 0.9% | - |
| XYZ | 48.85 | 45.73 | 80.38 | - |
| YUV | 182.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 229 | 0.20 | 0.24 | 0 | 0.10 | 251.79 | 0.52 | 0.79 |
| Hex | B8 | AD | E5 | 14 | 18 | 0 | A | FC | 34 | 4F |
| Octal | 270 | 255 | 345 | 24 | 30 | 0 | 12 | 374 | 64 | 117 |
| Binary | 10111000 | 10101101 | 11100101 | 10100 | 11000 | 0 | 1010 | 11111100 | 110100 | 1001111 |
Color Harmonies of #B8ADE5
Complementary color
Monochromatic Colors of #B8ADE5
Black with #B8ADE5
Text Example
Text Example
White with #B8ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADE5; }
p { color: rgb(184,173,229); }
H1.HeaderClassName
{
color: #B8ADE5;
}
.AnyTagClassName
{
color: #B8ADE5;
}
</style>
background-color css
<style>
a { background-color: #B8ADE5; }
a { background-color: rgb(184,173,229); }
div.DivClassName
{
background-color: #B8ADE5;
}
.BgClassName
{
background-color: #B8ADE5;
}
</style>
border-color css
<style>
span { border-color: #B8ADE5; }
span { border-color: rgb(184,173,229); }
td.TdClassName
{
border-color: #B8ADE5;
}
.TagClassName
{
border-color: #B8ADE5;
}
</style>