Shades of Melrose #B2A8EB
Tints of Melrose #B2A8EB
RGB
CMYK
RGB Variations
Color information
#B2A8EB (or 0xB2A8EB) is known color: Melrose. HEX triplet: B2, A8 and EB. RGB value is (178,168,235). Sum of RGB (Red+Green+Blue) = 178+168+235=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A8EB is #4D5714. Grayscale: #B2B2B2. Windows color (decimal): -5068565 or 15444146. OLE color: 15444146.
HSL color Cylindrical-coordinate representation of color #B2A8EB: hue angle of 248.96º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A8EB is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 168 | 235 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.08 |
| HSL | 248.96º | 0.63% | 0.79% | - |
| HSV(B) | 248.96º | 0.29% | 0.92% | - |
| XYZ | 47.36 | 43.47 | 84.49 | - |
| YUV | 178.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 235 | 0.24 | 0.29 | 0 | 0.08 | 248.96 | 0.63 | 0.79 |
| Hex | B2 | A8 | EB | 18 | 1D | 0 | 8 | F9 | 3F | 4F |
| Octal | 262 | 250 | 353 | 30 | 35 | 0 | 10 | 371 | 77 | 117 |
| Binary | 10110010 | 10101000 | 11101011 | 11000 | 11101 | 0 | 1000 | 11111001 | 111111 | 1001111 |
Color Harmonies of #B2A8EB
Complementary color
Monochromatic Colors of #B2A8EB
Black with #B2A8EB
Text Example
Text Example
White with #B2A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A8EB; }
p { color: rgb(178,168,235); }
H1.HeaderClassName
{
color: #B2A8EB;
}
.AnyTagClassName
{
color: #B2A8EB;
}
</style>
background-color css
<style>
a { background-color: #B2A8EB; }
a { background-color: rgb(178,168,235); }
div.DivClassName
{
background-color: #B2A8EB;
}
.BgClassName
{
background-color: #B2A8EB;
}
</style>
border-color css
<style>
span { border-color: #B2A8EB; }
span { border-color: rgb(178,168,235); }
td.TdClassName
{
border-color: #B2A8EB;
}
.TagClassName
{
border-color: #B2A8EB;
}
</style>