Shades of Melrose #BCAFE9
Tints of Melrose #BCAFE9
RGB
CMYK
RGB Variations
Color information
#BCAFE9 (or 0xBCAFE9) is known color: Melrose. HEX triplet: BC, AF and E9. RGB value is (188,175,233). Sum of RGB (Red+Green+Blue) = 188+175+233=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFE9 is #435016. Grayscale: #B9B9B9. Windows color (decimal): -4411415 or 15314876. OLE color: 15314876.
HSL color Cylindrical-coordinate representation of color #BCAFE9: hue angle of 253.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAFE9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 175 | 233 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.09 |
| HSL | 253.45º | 0.57% | 0.8% | - |
| HSV(B) | 253.45º | 0.25% | 0.91% | - |
| XYZ | 50.78 | 47.23 | 83.53 | - |
| YUV | 185.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 233 | 0.19 | 0.25 | 0 | 0.09 | 253.45 | 0.57 | 0.8 |
| Hex | BC | AF | E9 | 13 | 19 | 0 | 9 | FD | 39 | 50 |
| Octal | 274 | 257 | 351 | 23 | 31 | 0 | 11 | 375 | 71 | 120 |
| Binary | 10111100 | 10101111 | 11101001 | 10011 | 11001 | 0 | 1001 | 11111101 | 111001 | 1010000 |
Color Harmonies of #BCAFE9
Complementary color
Monochromatic Colors of #BCAFE9
Black with #BCAFE9
Text Example
Text Example
White with #BCAFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFE9; }
p { color: rgb(188,175,233); }
H1.HeaderClassName
{
color: #BCAFE9;
}
.AnyTagClassName
{
color: #BCAFE9;
}
</style>
background-color css
<style>
a { background-color: #BCAFE9; }
a { background-color: rgb(188,175,233); }
div.DivClassName
{
background-color: #BCAFE9;
}
.BgClassName
{
background-color: #BCAFE9;
}
</style>
border-color css
<style>
span { border-color: #BCAFE9; }
span { border-color: rgb(188,175,233); }
td.TdClassName
{
border-color: #BCAFE9;
}
.TagClassName
{
border-color: #BCAFE9;
}
</style>