Shades of Melrose #B3AAEF
Tints of Melrose #B3AAEF
RGB
CMYK
RGB Variations
Color information
#B3AAEF (or 0xB3AAEF) is known color: Melrose. HEX triplet: B3, AA and EF. RGB value is (179,170,239). Sum of RGB (Red+Green+Blue) = 179+170+239=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAEF is #4C5510. Grayscale: #B4B4B4. Windows color (decimal): -5002513 or 15706803. OLE color: 15706803.
HSL color Cylindrical-coordinate representation of color #B3AAEF: hue angle of 247.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3AAEF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 170 | 239 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.06 |
| HSL | 247.83º | 0.68% | 0.8% | - |
| HSV(B) | 247.83º | 0.29% | 0.94% | - |
| XYZ | 48.55 | 44.57 | 87.7 | - |
| YUV | 180.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 239 | 0.25 | 0.29 | 0 | 0.06 | 247.83 | 0.68 | 0.8 |
| Hex | B3 | AA | EF | 19 | 1D | 0 | 6 | F8 | 44 | 50 |
| Octal | 263 | 252 | 357 | 31 | 35 | 0 | 6 | 370 | 104 | 120 |
| Binary | 10110011 | 10101010 | 11101111 | 11001 | 11101 | 0 | 110 | 11111000 | 1000100 | 1010000 |
Color Harmonies of #B3AAEF
Complementary color
Monochromatic Colors of #B3AAEF
Black with #B3AAEF
Text Example
Text Example
White with #B3AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAEF; }
p { color: rgb(179,170,239); }
H1.HeaderClassName
{
color: #B3AAEF;
}
.AnyTagClassName
{
color: #B3AAEF;
}
</style>
background-color css
<style>
a { background-color: #B3AAEF; }
a { background-color: rgb(179,170,239); }
div.DivClassName
{
background-color: #B3AAEF;
}
.BgClassName
{
background-color: #B3AAEF;
}
</style>
border-color css
<style>
span { border-color: #B3AAEF; }
span { border-color: rgb(179,170,239); }
td.TdClassName
{
border-color: #B3AAEF;
}
.TagClassName
{
border-color: #B3AAEF;
}
</style>