Shades of Melrose #B8AAEF
Tints of Melrose #B8AAEF
RGB
CMYK
RGB Variations
Color information
#B8AAEF (or 0xB8AAEF) is known color: Melrose. HEX triplet: B8, AA and EF. RGB value is (184,170,239). Sum of RGB (Red+Green+Blue) = 184+170+239=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAEF is #475510. Grayscale: #B5B5B5. Windows color (decimal): -4674833 or 15706808. OLE color: 15706808.
HSL color Cylindrical-coordinate representation of color #B8AAEF: hue angle of 252.17º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8AAEF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 170 | 239 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.06 |
| HSL | 252.17º | 0.68% | 0.8% | - |
| HSV(B) | 252.17º | 0.29% | 0.94% | - |
| XYZ | 49.72 | 45.17 | 87.76 | - |
| YUV | 182.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 239 | 0.23 | 0.29 | 0 | 0.06 | 252.17 | 0.68 | 0.8 |
| Hex | B8 | AA | EF | 17 | 1D | 0 | 6 | FC | 44 | 50 |
| Octal | 270 | 252 | 357 | 27 | 35 | 0 | 6 | 374 | 104 | 120 |
| Binary | 10111000 | 10101010 | 11101111 | 10111 | 11101 | 0 | 110 | 11111100 | 1000100 | 1010000 |
Color Harmonies of #B8AAEF
Complementary color
Monochromatic Colors of #B8AAEF
Black with #B8AAEF
Text Example
Text Example
White with #B8AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAEF; }
p { color: rgb(184,170,239); }
H1.HeaderClassName
{
color: #B8AAEF;
}
.AnyTagClassName
{
color: #B8AAEF;
}
</style>
background-color css
<style>
a { background-color: #B8AAEF; }
a { background-color: rgb(184,170,239); }
div.DivClassName
{
background-color: #B8AAEF;
}
.BgClassName
{
background-color: #B8AAEF;
}
</style>
border-color css
<style>
span { border-color: #B8AAEF; }
span { border-color: rgb(184,170,239); }
td.TdClassName
{
border-color: #B8AAEF;
}
.TagClassName
{
border-color: #B8AAEF;
}
</style>