Shades of Melrose #B2A7F8
Tints of Melrose #B2A7F8
RGB
CMYK
RGB Variations
Color information
#B2A7F8 (or 0xB2A7F8) is known color: Melrose. HEX triplet: B2, A7 and F8. RGB value is (178,167,248). Sum of RGB (Red+Green+Blue) = 178+167+248=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2A7F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A7F8 is #4D5807. Grayscale: #B3B3B3. Windows color (decimal): -5068808 or 16295858. OLE color: 16295858.
HSL color Cylindrical-coordinate representation of color #B2A7F8: hue angle of 248.15º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2A7F8 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 167 | 248 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.03 |
| HSL | 248.15º | 0.85% | 0.81% | - |
| HSV(B) | 248.15º | 0.33% | 0.97% | - |
| XYZ | 49.12 | 43.88 | 94.69 | - |
| YUV | 179.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 248 | 0.28 | 0.33 | 0 | 0.03 | 248.15 | 0.85 | 0.81 |
| Hex | B2 | A7 | F8 | 1C | 21 | 0 | 3 | F8 | 55 | 51 |
| Octal | 262 | 247 | 370 | 34 | 41 | 0 | 3 | 370 | 125 | 121 |
| Binary | 10110010 | 10100111 | 11111000 | 11100 | 100001 | 0 | 11 | 11111000 | 1010101 | 1010001 |
Color Harmonies of #B2A7F8
Complementary color
Monochromatic Colors of #B2A7F8
Black with #B2A7F8
Text Example
Text Example
White with #B2A7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A7F8; }
p { color: rgb(178,167,248); }
H1.HeaderClassName
{
color: #B2A7F8;
}
.AnyTagClassName
{
color: #B2A7F8;
}
</style>
background-color css
<style>
a { background-color: #B2A7F8; }
a { background-color: rgb(178,167,248); }
div.DivClassName
{
background-color: #B2A7F8;
}
.BgClassName
{
background-color: #B2A7F8;
}
</style>
border-color css
<style>
span { border-color: #B2A7F8; }
span { border-color: rgb(178,167,248); }
td.TdClassName
{
border-color: #B2A7F8;
}
.TagClassName
{
border-color: #B2A7F8;
}
</style>