Shades of Melrose #B4A4FE
Tints of Melrose #B4A4FE
RGB
CMYK
RGB Variations
Color information
#B4A4FE (or 0xB4A4FE) is known color: Melrose. HEX triplet: B4, A4 and FE. RGB value is (180,164,254). Sum of RGB (Red+Green+Blue) = 180+164+254=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A4FE is #4B5B01. Grayscale: #B2B2B2. Windows color (decimal): -4938498 or 16688308. OLE color: 16688308.
HSL color Cylindrical-coordinate representation of color #B4A4FE: hue angle of 250.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4A4FE is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 164 | 254 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.00 |
| HSL | 250.67º | 0.98% | 0.82% | - |
| HSV(B) | 250.67º | 0.35% | 1% | - |
| XYZ | 49.99 | 43.41 | 99.51 | - |
| YUV | 179.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 254 | 0.29 | 0.35 | 0 | 0.00 | 250.67 | 0.98 | 0.82 |
| Hex | B4 | A4 | FE | 1D | 23 | 0 | 0 | FB | 62 | 52 |
| Octal | 264 | 244 | 376 | 35 | 43 | 0 | 0 | 373 | 142 | 122 |
| Binary | 10110100 | 10100100 | 11111110 | 11101 | 100011 | 0 | 0 | 11111011 | 1100010 | 1010010 |
Color Harmonies of #B4A4FE
Complementary color
Monochromatic Colors of #B4A4FE
Black with #B4A4FE
Text Example
Text Example
White with #B4A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A4FE; }
p { color: rgb(180,164,254); }
H1.HeaderClassName
{
color: #B4A4FE;
}
.AnyTagClassName
{
color: #B4A4FE;
}
</style>
background-color css
<style>
a { background-color: #B4A4FE; }
a { background-color: rgb(180,164,254); }
div.DivClassName
{
background-color: #B4A4FE;
}
.BgClassName
{
background-color: #B4A4FE;
}
</style>
border-color css
<style>
span { border-color: #B4A4FE; }
span { border-color: rgb(180,164,254); }
td.TdClassName
{
border-color: #B4A4FE;
}
.TagClassName
{
border-color: #B4A4FE;
}
</style>