Shades of Melrose #B8ACF0
Tints of Melrose #B8ACF0
RGB
CMYK
RGB Variations
Color information
#B8ACF0 (or 0xB8ACF0) is known color: Melrose. HEX triplet: B8, AC and F0. RGB value is (184,172,240). Sum of RGB (Red+Green+Blue) = 184+172+240=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #B8ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACF0 is #47530F. Grayscale: #B7B7B7. Windows color (decimal): -4674320 or 15772856. OLE color: 15772856.
HSL color Cylindrical-coordinate representation of color #B8ACF0: hue angle of 250.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ACF0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 172 | 240 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.06 |
| HSL | 250.59º | 0.69% | 0.81% | - |
| HSV(B) | 250.59º | 0.28% | 0.94% | - |
| XYZ | 50.25 | 45.99 | 88.67 | - |
| YUV | 183.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 240 | 0.23 | 0.28 | 0 | 0.06 | 250.59 | 0.69 | 0.81 |
| Hex | B8 | AC | F0 | 17 | 1C | 0 | 6 | FB | 45 | 51 |
| Octal | 270 | 254 | 360 | 27 | 34 | 0 | 6 | 373 | 105 | 121 |
| Binary | 10111000 | 10101100 | 11110000 | 10111 | 11100 | 0 | 110 | 11111011 | 1000101 | 1010001 |
Color Harmonies of #B8ACF0
Complementary color
Monochromatic Colors of #B8ACF0
Black with #B8ACF0
Text Example
Text Example
White with #B8ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACF0; }
p { color: rgb(184,172,240); }
H1.HeaderClassName
{
color: #B8ACF0;
}
.AnyTagClassName
{
color: #B8ACF0;
}
</style>
background-color css
<style>
a { background-color: #B8ACF0; }
a { background-color: rgb(184,172,240); }
div.DivClassName
{
background-color: #B8ACF0;
}
.BgClassName
{
background-color: #B8ACF0;
}
</style>
border-color css
<style>
span { border-color: #B8ACF0; }
span { border-color: rgb(184,172,240); }
td.TdClassName
{
border-color: #B8ACF0;
}
.TagClassName
{
border-color: #B8ACF0;
}
</style>