Shades of Melrose #B8AAFA
Tints of Melrose #B8AAFA
RGB
CMYK
RGB Variations
Color information
#B8AAFA (or 0xB8AAFA) is known color: Melrose. HEX triplet: B8, AA and FA. RGB value is (184,170,250). Sum of RGB (Red+Green+Blue) = 184+170+250=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFA is #475505. Grayscale: #B7B7B7. Windows color (decimal): -4674822 or 16427704. OLE color: 16427704.
HSL color Cylindrical-coordinate representation of color #B8AAFA: hue angle of 250.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8AAFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 170 | 250 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.02 |
| HSL | 250.5º | 0.89% | 0.82% | - |
| HSV(B) | 250.5º | 0.32% | 0.98% | - |
| XYZ | 51.4 | 45.84 | 96.58 | - |
| YUV | 183.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 250 | 0.26 | 0.32 | 0 | 0.02 | 250.5 | 0.89 | 0.82 |
| Hex | B8 | AA | FA | 1A | 20 | 0 | 2 | FB | 59 | 52 |
| Octal | 270 | 252 | 372 | 32 | 40 | 0 | 2 | 373 | 131 | 122 |
| Binary | 10111000 | 10101010 | 11111010 | 11010 | 100000 | 0 | 10 | 11111011 | 1011001 | 1010010 |
Color Harmonies of #B8AAFA
Complementary color
Monochromatic Colors of #B8AAFA
Black with #B8AAFA
Text Example
Text Example
White with #B8AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAFA; }
p { color: rgb(184,170,250); }
H1.HeaderClassName
{
color: #B8AAFA;
}
.AnyTagClassName
{
color: #B8AAFA;
}
</style>
background-color css
<style>
a { background-color: #B8AAFA; }
a { background-color: rgb(184,170,250); }
div.DivClassName
{
background-color: #B8AAFA;
}
.BgClassName
{
background-color: #B8AAFA;
}
</style>
border-color css
<style>
span { border-color: #B8AAFA; }
span { border-color: rgb(184,170,250); }
td.TdClassName
{
border-color: #B8AAFA;
}
.TagClassName
{
border-color: #B8AAFA;
}
</style>