Shades of Melrose #B2A5F4
Tints of Melrose #B2A5F4
RGB
CMYK
RGB Variations
Color information
#B2A5F4 (or 0xB2A5F4) is known color: Melrose. HEX triplet: B2, A5 and F4. RGB value is (178,165,244). Sum of RGB (Red+Green+Blue) = 178+165+244=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #B2A5F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5F4 is #4D5A0B. Grayscale: #B1B1B1. Windows color (decimal): -5069324 or 16033202. OLE color: 16033202.
HSL color Cylindrical-coordinate representation of color #B2A5F4: hue angle of 249.87º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2A5F4 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 165 | 244 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.04 |
| HSL | 249.87º | 0.78% | 0.8% | - |
| HSV(B) | 249.87º | 0.32% | 0.96% | - |
| XYZ | 48.14 | 42.91 | 91.33 | - |
| YUV | 177.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 244 | 0.27 | 0.32 | 0 | 0.04 | 249.87 | 0.78 | 0.8 |
| Hex | B2 | A5 | F4 | 1B | 20 | 0 | 4 | FA | 4E | 50 |
| Octal | 262 | 245 | 364 | 33 | 40 | 0 | 4 | 372 | 116 | 120 |
| Binary | 10110010 | 10100101 | 11110100 | 11011 | 100000 | 0 | 100 | 11111010 | 1001110 | 1010000 |
Color Harmonies of #B2A5F4
Complementary color
Monochromatic Colors of #B2A5F4
Black with #B2A5F4
Text Example
Text Example
White with #B2A5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5F4; }
p { color: rgb(178,165,244); }
H1.HeaderClassName
{
color: #B2A5F4;
}
.AnyTagClassName
{
color: #B2A5F4;
}
</style>
background-color css
<style>
a { background-color: #B2A5F4; }
a { background-color: rgb(178,165,244); }
div.DivClassName
{
background-color: #B2A5F4;
}
.BgClassName
{
background-color: #B2A5F4;
}
</style>
border-color css
<style>
span { border-color: #B2A5F4; }
span { border-color: rgb(178,165,244); }
td.TdClassName
{
border-color: #B2A5F4;
}
.TagClassName
{
border-color: #B2A5F4;
}
</style>