Shades of Melrose #B9A8EE
Tints of Melrose #B9A8EE
RGB
CMYK
RGB Variations
Color information
#B9A8EE (or 0xB9A8EE) is known color: Melrose. HEX triplet: B9, A8 and EE. RGB value is (185,168,238). Sum of RGB (Red+Green+Blue) = 185+168+238=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9A8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8EE is #465711. Grayscale: #B4B4B4. Windows color (decimal): -4609810 or 15640761. OLE color: 15640761.
HSL color Cylindrical-coordinate representation of color #B9A8EE: hue angle of 254.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A8EE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 168 | 238 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.07 |
| HSL | 254.57º | 0.67% | 0.8% | - |
| HSV(B) | 254.57º | 0.29% | 0.93% | - |
| XYZ | 49.44 | 44.49 | 86.87 | - |
| YUV | 181.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 238 | 0.22 | 0.29 | 0 | 0.07 | 254.57 | 0.67 | 0.8 |
| Hex | B9 | A8 | EE | 16 | 1D | 0 | 7 | FF | 43 | 50 |
| Octal | 271 | 250 | 356 | 26 | 35 | 0 | 7 | 377 | 103 | 120 |
| Binary | 10111001 | 10101000 | 11101110 | 10110 | 11101 | 0 | 111 | 11111111 | 1000011 | 1010000 |
Color Harmonies of #B9A8EE
Complementary color
Monochromatic Colors of #B9A8EE
Black with #B9A8EE
Text Example
Text Example
White with #B9A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A8EE; }
p { color: rgb(185,168,238); }
H1.HeaderClassName
{
color: #B9A8EE;
}
.AnyTagClassName
{
color: #B9A8EE;
}
</style>
background-color css
<style>
a { background-color: #B9A8EE; }
a { background-color: rgb(185,168,238); }
div.DivClassName
{
background-color: #B9A8EE;
}
.BgClassName
{
background-color: #B9A8EE;
}
</style>
border-color css
<style>
span { border-color: #B9A8EE; }
span { border-color: rgb(185,168,238); }
td.TdClassName
{
border-color: #B9A8EE;
}
.TagClassName
{
border-color: #B9A8EE;
}
</style>