Shades of Melrose #B8AAFC
Tints of Melrose #B8AAFC
RGB
CMYK
RGB Variations
Color information
#B8AAFC (or 0xB8AAFC) is known color: Melrose. HEX triplet: B8, AA and FC. RGB value is (184,170,252). Sum of RGB (Red+Green+Blue) = 184+170+252=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFC is #475503. Grayscale: #B7B7B7. Windows color (decimal): -4674820 or 16558776. OLE color: 16558776.
HSL color Cylindrical-coordinate representation of color #B8AAFC: hue angle of 250.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AAFC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 170 | 252 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.01 |
| HSL | 250.24º | 0.93% | 0.83% | - |
| HSV(B) | 250.24º | 0.33% | 0.99% | - |
| XYZ | 51.71 | 45.97 | 98.24 | - |
| YUV | 183.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 252 | 0.27 | 0.33 | 0 | 0.01 | 250.24 | 0.93 | 0.83 |
| Hex | B8 | AA | FC | 1B | 21 | 0 | 1 | FA | 5D | 53 |
| Octal | 270 | 252 | 374 | 33 | 41 | 0 | 1 | 372 | 135 | 123 |
| Binary | 10111000 | 10101010 | 11111100 | 11011 | 100001 | 0 | 1 | 11111010 | 1011101 | 1010011 |
Color Harmonies of #B8AAFC
Complementary color
Monochromatic Colors of #B8AAFC
Black with #B8AAFC
Text Example
Text Example
White with #B8AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAFC; }
p { color: rgb(184,170,252); }
H1.HeaderClassName
{
color: #B8AAFC;
}
.AnyTagClassName
{
color: #B8AAFC;
}
</style>
background-color css
<style>
a { background-color: #B8AAFC; }
a { background-color: rgb(184,170,252); }
div.DivClassName
{
background-color: #B8AAFC;
}
.BgClassName
{
background-color: #B8AAFC;
}
</style>
border-color css
<style>
span { border-color: #B8AAFC; }
span { border-color: rgb(184,170,252); }
td.TdClassName
{
border-color: #B8AAFC;
}
.TagClassName
{
border-color: #B8AAFC;
}
</style>