Shades of Melrose #B4AAF6
Tints of Melrose #B4AAF6
RGB
CMYK
RGB Variations
Color information
#B4AAF6 (or 0xB4AAF6) is known color: Melrose. HEX triplet: B4, AA and F6. RGB value is (180,170,246). Sum of RGB (Red+Green+Blue) = 180+170+246=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4AAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAF6 is #4B5509. Grayscale: #B5B5B5. Windows color (decimal): -4936970 or 16165556. OLE color: 16165556.
HSL color Cylindrical-coordinate representation of color #B4AAF6: hue angle of 247.89º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4AAF6 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 170 | 246 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.04 |
| HSL | 247.89º | 0.81% | 0.82% | - |
| HSV(B) | 247.89º | 0.31% | 0.96% | - |
| XYZ | 49.83 | 45.11 | 93.27 | - |
| YUV | 181.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 246 | 0.27 | 0.31 | 0 | 0.04 | 247.89 | 0.81 | 0.82 |
| Hex | B4 | AA | F6 | 1B | 1F | 0 | 4 | F8 | 51 | 52 |
| Octal | 264 | 252 | 366 | 33 | 37 | 0 | 4 | 370 | 121 | 122 |
| Binary | 10110100 | 10101010 | 11110110 | 11011 | 11111 | 0 | 100 | 11111000 | 1010001 | 1010010 |
Color Harmonies of #B4AAF6
Complementary color
Monochromatic Colors of #B4AAF6
Black with #B4AAF6
Text Example
Text Example
White with #B4AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AAF6; }
p { color: rgb(180,170,246); }
H1.HeaderClassName
{
color: #B4AAF6;
}
.AnyTagClassName
{
color: #B4AAF6;
}
</style>
background-color css
<style>
a { background-color: #B4AAF6; }
a { background-color: rgb(180,170,246); }
div.DivClassName
{
background-color: #B4AAF6;
}
.BgClassName
{
background-color: #B4AAF6;
}
</style>
border-color css
<style>
span { border-color: #B4AAF6; }
span { border-color: rgb(180,170,246); }
td.TdClassName
{
border-color: #B4AAF6;
}
.TagClassName
{
border-color: #B4AAF6;
}
</style>