Shades of Melrose #B2A5FB
Tints of Melrose #B2A5FB
RGB
CMYK
RGB Variations
Color information
#B2A5FB (or 0xB2A5FB) is known color: Melrose. HEX triplet: B2, A5 and FB. RGB value is (178,165,251). Sum of RGB (Red+Green+Blue) = 178+165+251=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2A5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5FB is #4D5A04. Grayscale: #B2B2B2. Windows color (decimal): -5069317 or 16491954. OLE color: 16491954.
HSL color Cylindrical-coordinate representation of color #B2A5FB: hue angle of 249.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A5FB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 165 | 251 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.02 |
| HSL | 249.07º | 0.91% | 0.82% | - |
| HSV(B) | 249.07º | 0.34% | 0.98% | - |
| XYZ | 49.23 | 43.34 | 97.04 | - |
| YUV | 178.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 251 | 0.29 | 0.34 | 0 | 0.02 | 249.07 | 0.91 | 0.82 |
| Hex | B2 | A5 | FB | 1D | 22 | 0 | 2 | F9 | 5B | 52 |
| Octal | 262 | 245 | 373 | 35 | 42 | 0 | 2 | 371 | 133 | 122 |
| Binary | 10110010 | 10100101 | 11111011 | 11101 | 100010 | 0 | 10 | 11111001 | 1011011 | 1010010 |
Color Harmonies of #B2A5FB
Complementary color
Monochromatic Colors of #B2A5FB
Black with #B2A5FB
Text Example
Text Example
White with #B2A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5FB; }
p { color: rgb(178,165,251); }
H1.HeaderClassName
{
color: #B2A5FB;
}
.AnyTagClassName
{
color: #B2A5FB;
}
</style>
background-color css
<style>
a { background-color: #B2A5FB; }
a { background-color: rgb(178,165,251); }
div.DivClassName
{
background-color: #B2A5FB;
}
.BgClassName
{
background-color: #B2A5FB;
}
</style>
border-color css
<style>
span { border-color: #B2A5FB; }
span { border-color: rgb(178,165,251); }
td.TdClassName
{
border-color: #B2A5FB;
}
.TagClassName
{
border-color: #B2A5FB;
}
</style>