Shades of Melrose #BCAFE4
Tints of Melrose #BCAFE4
RGB
CMYK
RGB Variations
Color information
#BCAFE4 (or 0xBCAFE4) is known color: Melrose. HEX triplet: BC, AF and E4. RGB value is (188,175,228). Sum of RGB (Red+Green+Blue) = 188+175+228=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFE4 is #43501B. Grayscale: #B8B8B8. Windows color (decimal): -4411420 or 14987196. OLE color: 14987196.
HSL color Cylindrical-coordinate representation of color #BCAFE4: hue angle of 254.72º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAFE4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 175 | 228 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.11 |
| HSL | 254.72º | 0.5% | 0.79% | - |
| HSV(B) | 254.72º | 0.23% | 0.89% | - |
| XYZ | 50.07 | 46.95 | 79.82 | - |
| YUV | 184.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 228 | 0.18 | 0.23 | 0 | 0.11 | 254.72 | 0.5 | 0.79 |
| Hex | BC | AF | E4 | 12 | 17 | 0 | B | FF | 32 | 4F |
| Octal | 274 | 257 | 344 | 22 | 27 | 0 | 13 | 377 | 62 | 117 |
| Binary | 10111100 | 10101111 | 11100100 | 10010 | 10111 | 0 | 1011 | 11111111 | 110010 | 1001111 |
Color Harmonies of #BCAFE4
Complementary color
Monochromatic Colors of #BCAFE4
Black with #BCAFE4
Text Example
Text Example
White with #BCAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFE4; }
p { color: rgb(188,175,228); }
H1.HeaderClassName
{
color: #BCAFE4;
}
.AnyTagClassName
{
color: #BCAFE4;
}
</style>
background-color css
<style>
a { background-color: #BCAFE4; }
a { background-color: rgb(188,175,228); }
div.DivClassName
{
background-color: #BCAFE4;
}
.BgClassName
{
background-color: #BCAFE4;
}
</style>
border-color css
<style>
span { border-color: #BCAFE4; }
span { border-color: rgb(188,175,228); }
td.TdClassName
{
border-color: #BCAFE4;
}
.TagClassName
{
border-color: #BCAFE4;
}
</style>