Shades of Melrose #B2A8F3
Tints of Melrose #B2A8F3
RGB
CMYK
RGB Variations
Color information
#B2A8F3 (or 0xB2A8F3) is known color: Melrose. HEX triplet: B2, A8 and F3. RGB value is (178,168,243). Sum of RGB (Red+Green+Blue) = 178+168+243=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2A8F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A8F3 is #4D570C. Grayscale: #B3B3B3. Windows color (decimal): -5068557 or 15968434. OLE color: 15968434.
HSL color Cylindrical-coordinate representation of color #B2A8F3: hue angle of 248º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2A8F3 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 168 | 243 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.05 |
| HSL | 248º | 0.76% | 0.81% | - |
| HSV(B) | 248º | 0.31% | 0.95% | - |
| XYZ | 48.54 | 43.94 | 90.72 | - |
| YUV | 179.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 243 | 0.27 | 0.31 | 0 | 0.05 | 248 | 0.76 | 0.81 |
| Hex | B2 | A8 | F3 | 1B | 1F | 0 | 5 | F8 | 4C | 51 |
| Octal | 262 | 250 | 363 | 33 | 37 | 0 | 5 | 370 | 114 | 121 |
| Binary | 10110010 | 10101000 | 11110011 | 11011 | 11111 | 0 | 101 | 11111000 | 1001100 | 1010001 |
Color Harmonies of #B2A8F3
Complementary color
Monochromatic Colors of #B2A8F3
Black with #B2A8F3
Text Example
Text Example
White with #B2A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A8F3; }
p { color: rgb(178,168,243); }
H1.HeaderClassName
{
color: #B2A8F3;
}
.AnyTagClassName
{
color: #B2A8F3;
}
</style>
background-color css
<style>
a { background-color: #B2A8F3; }
a { background-color: rgb(178,168,243); }
div.DivClassName
{
background-color: #B2A8F3;
}
.BgClassName
{
background-color: #B2A8F3;
}
</style>
border-color css
<style>
span { border-color: #B2A8F3; }
span { border-color: rgb(178,168,243); }
td.TdClassName
{
border-color: #B2A8F3;
}
.TagClassName
{
border-color: #B2A8F3;
}
</style>