Shades of Melrose #B2A3F8
Tints of Melrose #B2A3F8
RGB
CMYK
RGB Variations
Color information
#B2A3F8 (or 0xB2A3F8) is known color: Melrose. HEX triplet: B2, A3 and F8. RGB value is (178,163,248). Sum of RGB (Red+Green+Blue) = 178+163+248=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2A3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A3F8 is #4D5C07. Grayscale: #B0B0B0. Windows color (decimal): -5069832 or 16294834. OLE color: 16294834.
HSL color Cylindrical-coordinate representation of color #B2A3F8: hue angle of 250.59º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A3F8 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 163 | 248 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.03 |
| HSL | 250.59º | 0.86% | 0.81% | - |
| HSV(B) | 250.59º | 0.34% | 0.97% | - |
| XYZ | 48.4 | 42.44 | 94.45 | - |
| YUV | 177.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 248 | 0.28 | 0.34 | 0 | 0.03 | 250.59 | 0.86 | 0.81 |
| Hex | B2 | A3 | F8 | 1C | 22 | 0 | 3 | FB | 56 | 51 |
| Octal | 262 | 243 | 370 | 34 | 42 | 0 | 3 | 373 | 126 | 121 |
| Binary | 10110010 | 10100011 | 11111000 | 11100 | 100010 | 0 | 11 | 11111011 | 1010110 | 1010001 |
Color Harmonies of #B2A3F8
Complementary color
Monochromatic Colors of #B2A3F8
Black with #B2A3F8
Text Example
Text Example
White with #B2A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A3F8; }
p { color: rgb(178,163,248); }
H1.HeaderClassName
{
color: #B2A3F8;
}
.AnyTagClassName
{
color: #B2A3F8;
}
</style>
background-color css
<style>
a { background-color: #B2A3F8; }
a { background-color: rgb(178,163,248); }
div.DivClassName
{
background-color: #B2A3F8;
}
.BgClassName
{
background-color: #B2A3F8;
}
</style>
border-color css
<style>
span { border-color: #B2A3F8; }
span { border-color: rgb(178,163,248); }
td.TdClassName
{
border-color: #B2A3F8;
}
.TagClassName
{
border-color: #B2A3F8;
}
</style>