Shades of Melrose #B8AEFA
Tints of Melrose #B8AEFA
RGB
CMYK
RGB Variations
Color information
#B8AEFA (or 0xB8AEFA) is known color: Melrose. HEX triplet: B8, AE and FA. RGB value is (184,174,250). Sum of RGB (Red+Green+Blue) = 184+174+250=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEFA is #475105. Grayscale: #B9B9B9. Windows color (decimal): -4673798 or 16428728. OLE color: 16428728.
HSL color Cylindrical-coordinate representation of color #B8AEFA: hue angle of 247.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8AEFA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 174 | 250 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.02 |
| HSL | 247.89º | 0.88% | 0.83% | - |
| HSV(B) | 247.89º | 0.3% | 0.98% | - |
| XYZ | 52.16 | 47.36 | 96.84 | - |
| YUV | 185.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 250 | 0.26 | 0.30 | 0 | 0.02 | 247.89 | 0.88 | 0.83 |
| Hex | B8 | AE | FA | 1A | 1E | 0 | 2 | F8 | 58 | 53 |
| Octal | 270 | 256 | 372 | 32 | 36 | 0 | 2 | 370 | 130 | 123 |
| Binary | 10111000 | 10101110 | 11111010 | 11010 | 11110 | 0 | 10 | 11111000 | 1011000 | 1010011 |
Color Harmonies of #B8AEFA
Complementary color
Monochromatic Colors of #B8AEFA
Black with #B8AEFA
Text Example
Text Example
White with #B8AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEFA; }
p { color: rgb(184,174,250); }
H1.HeaderClassName
{
color: #B8AEFA;
}
.AnyTagClassName
{
color: #B8AEFA;
}
</style>
background-color css
<style>
a { background-color: #B8AEFA; }
a { background-color: rgb(184,174,250); }
div.DivClassName
{
background-color: #B8AEFA;
}
.BgClassName
{
background-color: #B8AEFA;
}
</style>
border-color css
<style>
span { border-color: #B8AEFA; }
span { border-color: rgb(184,174,250); }
td.TdClassName
{
border-color: #B8AEFA;
}
.TagClassName
{
border-color: #B8AEFA;
}
</style>