Shades of Melrose #B6ACF0
Tints of Melrose #B6ACF0
RGB
CMYK
RGB Variations
Color information
#B6ACF0 (or 0xB6ACF0) is known color: Melrose. HEX triplet: B6, AC and F0. RGB value is (182,172,240). Sum of RGB (Red+Green+Blue) = 182+172+240=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACF0 is #49530F. Grayscale: #B6B6B6. Windows color (decimal): -4805392 or 15772854. OLE color: 15772854.
HSL color Cylindrical-coordinate representation of color #B6ACF0: hue angle of 248.82º 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 #B6ACF0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 172 | 240 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.06 |
| HSL | 248.82º | 0.69% | 0.81% | - |
| HSV(B) | 248.82º | 0.28% | 0.94% | - |
| XYZ | 49.77 | 45.74 | 88.64 | - |
| YUV | 182.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 240 | 0.24 | 0.28 | 0 | 0.06 | 248.82 | 0.69 | 0.81 |
| Hex | B6 | AC | F0 | 18 | 1C | 0 | 6 | F9 | 45 | 51 |
| Octal | 266 | 254 | 360 | 30 | 34 | 0 | 6 | 371 | 105 | 121 |
| Binary | 10110110 | 10101100 | 11110000 | 11000 | 11100 | 0 | 110 | 11111001 | 1000101 | 1010001 |
Color Harmonies of #B6ACF0
Complementary color
Monochromatic Colors of #B6ACF0
Black with #B6ACF0
Text Example
Text Example
White with #B6ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ACF0; }
p { color: rgb(182,172,240); }
H1.HeaderClassName
{
color: #B6ACF0;
}
.AnyTagClassName
{
color: #B6ACF0;
}
</style>
background-color css
<style>
a { background-color: #B6ACF0; }
a { background-color: rgb(182,172,240); }
div.DivClassName
{
background-color: #B6ACF0;
}
.BgClassName
{
background-color: #B6ACF0;
}
</style>
border-color css
<style>
span { border-color: #B6ACF0; }
span { border-color: rgb(182,172,240); }
td.TdClassName
{
border-color: #B6ACF0;
}
.TagClassName
{
border-color: #B6ACF0;
}
</style>