Shades of Melrose #B8ACEA
Tints of Melrose #B8ACEA
RGB
CMYK
RGB Variations
Color information
#B8ACEA (or 0xB8ACEA) is known color: Melrose. HEX triplet: B8, AC and EA. RGB value is (184,172,234). Sum of RGB (Red+Green+Blue) = 184+172+234=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACEA is #475315. Grayscale: #B6B6B6. Windows color (decimal): -4674326 or 15379640. OLE color: 15379640.
HSL color Cylindrical-coordinate representation of color #B8ACEA: hue angle of 251.61º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8ACEA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 172 | 234 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.08 |
| HSL | 251.61º | 0.6% | 0.8% | - |
| HSV(B) | 251.61º | 0.26% | 0.92% | - |
| XYZ | 49.37 | 45.64 | 84.05 | - |
| YUV | 182.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 234 | 0.21 | 0.26 | 0 | 0.08 | 251.61 | 0.6 | 0.8 |
| Hex | B8 | AC | EA | 15 | 1A | 0 | 8 | FC | 3C | 50 |
| Octal | 270 | 254 | 352 | 25 | 32 | 0 | 10 | 374 | 74 | 120 |
| Binary | 10111000 | 10101100 | 11101010 | 10101 | 11010 | 0 | 1000 | 11111100 | 111100 | 1010000 |
Color Harmonies of #B8ACEA
Complementary color
Monochromatic Colors of #B8ACEA
Black with #B8ACEA
Text Example
Text Example
White with #B8ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACEA; }
p { color: rgb(184,172,234); }
H1.HeaderClassName
{
color: #B8ACEA;
}
.AnyTagClassName
{
color: #B8ACEA;
}
</style>
background-color css
<style>
a { background-color: #B8ACEA; }
a { background-color: rgb(184,172,234); }
div.DivClassName
{
background-color: #B8ACEA;
}
.BgClassName
{
background-color: #B8ACEA;
}
</style>
border-color css
<style>
span { border-color: #B8ACEA; }
span { border-color: rgb(184,172,234); }
td.TdClassName
{
border-color: #B8ACEA;
}
.TagClassName
{
border-color: #B8ACEA;
}
</style>