Shades of Melrose #B4A8FC
Tints of Melrose #B4A8FC
RGB
CMYK
RGB Variations
Color information
#B4A8FC (or 0xB4A8FC) is known color: Melrose. HEX triplet: B4, A8 and FC. RGB value is (180,168,252). Sum of RGB (Red+Green+Blue) = 180+168+252=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A8FC is #4B5703. Grayscale: #B4B4B4. Windows color (decimal): -4937476 or 16558260. OLE color: 16558260.
HSL color Cylindrical-coordinate representation of color #B4A8FC: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4A8FC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 168 | 252 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.01 |
| HSL | 248.57º | 0.93% | 0.82% | - |
| HSV(B) | 248.57º | 0.33% | 0.99% | - |
| XYZ | 50.4 | 44.74 | 98.07 | - |
| YUV | 181.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 252 | 0.29 | 0.33 | 0 | 0.01 | 248.57 | 0.93 | 0.82 |
| Hex | B4 | A8 | FC | 1D | 21 | 0 | 1 | F9 | 5D | 52 |
| Octal | 264 | 250 | 374 | 35 | 41 | 0 | 1 | 371 | 135 | 122 |
| Binary | 10110100 | 10101000 | 11111100 | 11101 | 100001 | 0 | 1 | 11111001 | 1011101 | 1010010 |
Color Harmonies of #B4A8FC
Complementary color
Monochromatic Colors of #B4A8FC
Black with #B4A8FC
Text Example
Text Example
White with #B4A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8FC; }
p { color: rgb(180,168,252); }
H1.HeaderClassName
{
color: #B4A8FC;
}
.AnyTagClassName
{
color: #B4A8FC;
}
</style>
background-color css
<style>
a { background-color: #B4A8FC; }
a { background-color: rgb(180,168,252); }
div.DivClassName
{
background-color: #B4A8FC;
}
.BgClassName
{
background-color: #B4A8FC;
}
</style>
border-color css
<style>
span { border-color: #B4A8FC; }
span { border-color: rgb(180,168,252); }
td.TdClassName
{
border-color: #B4A8FC;
}
.TagClassName
{
border-color: #B4A8FC;
}
</style>