Shades of Melrose #B8AAF8
Tints of Melrose #B8AAF8
RGB
CMYK
RGB Variations
Color information
#B8AAF8 (or 0xB8AAF8) is known color: Melrose. HEX triplet: B8, AA and F8. RGB value is (184,170,248). Sum of RGB (Red+Green+Blue) = 184+170+248=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAF8 is #475507. Grayscale: #B6B6B6. Windows color (decimal): -4674824 or 16296632. OLE color: 16296632.
HSL color Cylindrical-coordinate representation of color #B8AAF8: hue angle of 250.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8AAF8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 170 | 248 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.03 |
| HSL | 250.77º | 0.85% | 0.82% | - |
| HSV(B) | 250.77º | 0.31% | 0.97% | - |
| XYZ | 51.09 | 45.72 | 94.94 | - |
| YUV | 183.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 248 | 0.26 | 0.31 | 0 | 0.03 | 250.77 | 0.85 | 0.82 |
| Hex | B8 | AA | F8 | 1A | 1F | 0 | 3 | FB | 55 | 52 |
| Octal | 270 | 252 | 370 | 32 | 37 | 0 | 3 | 373 | 125 | 122 |
| Binary | 10111000 | 10101010 | 11111000 | 11010 | 11111 | 0 | 11 | 11111011 | 1010101 | 1010010 |
Color Harmonies of #B8AAF8
Complementary color
Monochromatic Colors of #B8AAF8
Black with #B8AAF8
Text Example
Text Example
White with #B8AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAF8; }
p { color: rgb(184,170,248); }
H1.HeaderClassName
{
color: #B8AAF8;
}
.AnyTagClassName
{
color: #B8AAF8;
}
</style>
background-color css
<style>
a { background-color: #B8AAF8; }
a { background-color: rgb(184,170,248); }
div.DivClassName
{
background-color: #B8AAF8;
}
.BgClassName
{
background-color: #B8AAF8;
}
</style>
border-color css
<style>
span { border-color: #B8AAF8; }
span { border-color: rgb(184,170,248); }
td.TdClassName
{
border-color: #B8AAF8;
}
.TagClassName
{
border-color: #B8AAF8;
}
</style>