Shades of Melrose #B9A8FF
Tints of Melrose #B9A8FF
RGB
CMYK
RGB Variations
Color information
#B9A8FF (or 0xB9A8FF) is known color: Melrose. HEX triplet: B9, A8 and FF. RGB value is (185,168,255). Sum of RGB (Red+Green+Blue) = 185+168+255=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8FF is #465700. Grayscale: #B6B6B6. Windows color (decimal): -4609793 or 16754873. OLE color: 16754873.
HSL color Cylindrical-coordinate representation of color #B9A8FF: hue angle of 251.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9A8FF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 168 | 255 | - |
| CMYK | 0.27 | 0.34 | 0 | 0 |
| HSL | 251.72º | 1% | 0.83% | - |
| HSV(B) | 251.72º | 0.34% | 1% | - |
| XYZ | 52.06 | 45.54 | 100.65 | - |
| YUV | 183 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 255 | 0.27 | 0.34 | 0 | 0 | 251.72 | 1 | 0.83 |
| Hex | B9 | A8 | FF | 1B | 22 | 0 | 0 | FC | 64 | 53 |
| Octal | 271 | 250 | 377 | 33 | 42 | 0 | 0 | 374 | 144 | 123 |
| Binary | 10111001 | 10101000 | 11111111 | 11011 | 100010 | 0 | 0 | 11111100 | 1100100 | 1010011 |
Color Harmonies of #B9A8FF
Complementary color
Monochromatic Colors of #B9A8FF
Black with #B9A8FF
Text Example
Text Example
White with #B9A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A8FF; }
p { color: rgb(185,168,255); }
H1.HeaderClassName
{
color: #B9A8FF;
}
.AnyTagClassName
{
color: #B9A8FF;
}
</style>
background-color css
<style>
a { background-color: #B9A8FF; }
a { background-color: rgb(185,168,255); }
div.DivClassName
{
background-color: #B9A8FF;
}
.BgClassName
{
background-color: #B9A8FF;
}
</style>
border-color css
<style>
span { border-color: #B9A8FF; }
span { border-color: rgb(185,168,255); }
td.TdClassName
{
border-color: #B9A8FF;
}
.TagClassName
{
border-color: #B9A8FF;
}
</style>