Shades of Melrose #B9AFE0
Tints of Melrose #B9AFE0
RGB
CMYK
RGB Variations
Color information
#B9AFE0 (or 0xB9AFE0) is known color: Melrose. HEX triplet: B9, AF and E0. RGB value is (185,175,224). Sum of RGB (Red+Green+Blue) = 185+175+224=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFE0 is #46501F. Grayscale: #B7B7B7. Windows color (decimal): -4608032 or 14725049. OLE color: 14725049.
HSL color Cylindrical-coordinate representation of color #B9AFE0: hue angle of 252.24º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AFE0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 175 | 224 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.12 |
| HSL | 252.24º | 0.44% | 0.78% | - |
| HSV(B) | 252.24º | 0.22% | 0.88% | - |
| XYZ | 48.79 | 46.36 | 76.9 | - |
| YUV | 183.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 224 | 0.17 | 0.22 | 0 | 0.12 | 252.24 | 0.44 | 0.78 |
| Hex | B9 | AF | E0 | 11 | 16 | 0 | C | FC | 2C | 4E |
| Octal | 271 | 257 | 340 | 21 | 26 | 0 | 14 | 374 | 54 | 116 |
| Binary | 10111001 | 10101111 | 11100000 | 10001 | 10110 | 0 | 1100 | 11111100 | 101100 | 1001110 |
Color Harmonies of #B9AFE0
Complementary color
Monochromatic Colors of #B9AFE0
Black with #B9AFE0
Text Example
Text Example
White with #B9AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFE0; }
p { color: rgb(185,175,224); }
H1.HeaderClassName
{
color: #B9AFE0;
}
.AnyTagClassName
{
color: #B9AFE0;
}
</style>
background-color css
<style>
a { background-color: #B9AFE0; }
a { background-color: rgb(185,175,224); }
div.DivClassName
{
background-color: #B9AFE0;
}
.BgClassName
{
background-color: #B9AFE0;
}
</style>
border-color css
<style>
span { border-color: #B9AFE0; }
span { border-color: rgb(185,175,224); }
td.TdClassName
{
border-color: #B9AFE0;
}
.TagClassName
{
border-color: #B9AFE0;
}
</style>