Shades of Melrose #B9A2FF
Tints of Melrose #B9A2FF
RGB
CMYK
RGB Variations
Color information
#B9A2FF (or 0xB9A2FF) is known color: Melrose. HEX triplet: B9, A2 and FF. RGB value is (185,162,255). Sum of RGB (Red+Green+Blue) = 185+162+255=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2FF is #465D00. Grayscale: #B3B3B3. Windows color (decimal): -4611329 or 16753337. OLE color: 16753337.
HSL color Cylindrical-coordinate representation of color #B9A2FF: hue angle of 254.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A2FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 162 | 255 | - |
| CMYK | 0.27 | 0.36 | 0 | 0 |
| HSL | 254.84º | 1% | 0.82% | - |
| HSV(B) | 254.84º | 0.36% | 1% | - |
| XYZ | 50.98 | 43.37 | 100.29 | - |
| YUV | 179.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 255 | 0.27 | 0.36 | 0 | 0 | 254.84 | 1 | 0.82 |
| Hex | B9 | A2 | FF | 1B | 24 | 0 | 0 | FF | 64 | 52 |
| Octal | 271 | 242 | 377 | 33 | 44 | 0 | 0 | 377 | 144 | 122 |
| Binary | 10111001 | 10100010 | 11111111 | 11011 | 100100 | 0 | 0 | 11111111 | 1100100 | 1010010 |
Color Harmonies of #B9A2FF
Complementary color
Monochromatic Colors of #B9A2FF
Black with #B9A2FF
Text Example
Text Example
White with #B9A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2FF; }
p { color: rgb(185,162,255); }
H1.HeaderClassName
{
color: #B9A2FF;
}
.AnyTagClassName
{
color: #B9A2FF;
}
</style>
background-color css
<style>
a { background-color: #B9A2FF; }
a { background-color: rgb(185,162,255); }
div.DivClassName
{
background-color: #B9A2FF;
}
.BgClassName
{
background-color: #B9A2FF;
}
</style>
border-color css
<style>
span { border-color: #B9A2FF; }
span { border-color: rgb(185,162,255); }
td.TdClassName
{
border-color: #B9A2FF;
}
.TagClassName
{
border-color: #B9A2FF;
}
</style>