Shades of Melrose #B9A7F3
Tints of Melrose #B9A7F3
RGB
CMYK
RGB Variations
Color information
#B9A7F3 (or 0xB9A7F3) is known color: Melrose. HEX triplet: B9, A7 and F3. RGB value is (185,167,243). Sum of RGB (Red+Green+Blue) = 185+167+243=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9A7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A7F3 is #46580C. Grayscale: #B4B4B4. Windows color (decimal): -4610061 or 15968185. OLE color: 15968185.
HSL color Cylindrical-coordinate representation of color #B9A7F3: hue angle of 254.21º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A7F3 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 167 | 243 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.05 |
| HSL | 254.21º | 0.76% | 0.8% | - |
| HSV(B) | 254.21º | 0.31% | 0.95% | - |
| XYZ | 50 | 44.42 | 90.73 | - |
| YUV | 181.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 243 | 0.24 | 0.31 | 0 | 0.05 | 254.21 | 0.76 | 0.8 |
| Hex | B9 | A7 | F3 | 18 | 1F | 0 | 5 | FE | 4C | 50 |
| Octal | 271 | 247 | 363 | 30 | 37 | 0 | 5 | 376 | 114 | 120 |
| Binary | 10111001 | 10100111 | 11110011 | 11000 | 11111 | 0 | 101 | 11111110 | 1001100 | 1010000 |
Color Harmonies of #B9A7F3
Complementary color
Monochromatic Colors of #B9A7F3
Black with #B9A7F3
Text Example
Text Example
White with #B9A7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A7F3; }
p { color: rgb(185,167,243); }
H1.HeaderClassName
{
color: #B9A7F3;
}
.AnyTagClassName
{
color: #B9A7F3;
}
</style>
background-color css
<style>
a { background-color: #B9A7F3; }
a { background-color: rgb(185,167,243); }
div.DivClassName
{
background-color: #B9A7F3;
}
.BgClassName
{
background-color: #B9A7F3;
}
</style>
border-color css
<style>
span { border-color: #B9A7F3; }
span { border-color: rgb(185,167,243); }
td.TdClassName
{
border-color: #B9A7F3;
}
.TagClassName
{
border-color: #B9A7F3;
}
</style>