Shades of Melrose #BCAFE3
Tints of Melrose #BCAFE3
RGB
CMYK
RGB Variations
Color information
#BCAFE3 (or 0xBCAFE3) is known color: Melrose. HEX triplet: BC, AF and E3. RGB value is (188,175,227). Sum of RGB (Red+Green+Blue) = 188+175+227=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFE3 is #43501C. Grayscale: #B8B8B8. Windows color (decimal): -4411421 or 14921660. OLE color: 14921660.
HSL color Cylindrical-coordinate representation of color #BCAFE3: hue angle of 255º degrees, saturation: 0.48, 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 #BCAFE3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 175 | 227 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 255º | 0.48% | 0.79% | - |
| HSV(B) | 255º | 0.23% | 0.89% | - |
| XYZ | 49.93 | 46.9 | 79.09 | - |
| YUV | 184.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 227 | 0.17 | 0.23 | 0 | 0.11 | 255 | 0.48 | 0.79 |
| Hex | BC | AF | E3 | 11 | 17 | 0 | B | FF | 30 | 4F |
| Octal | 274 | 257 | 343 | 21 | 27 | 0 | 13 | 377 | 60 | 117 |
| Binary | 10111100 | 10101111 | 11100011 | 10001 | 10111 | 0 | 1011 | 11111111 | 110000 | 1001111 |
Color Harmonies of #BCAFE3
Complementary color
Monochromatic Colors of #BCAFE3
Black with #BCAFE3
Text Example
Text Example
White with #BCAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFE3; }
p { color: rgb(188,175,227); }
H1.HeaderClassName
{
color: #BCAFE3;
}
.AnyTagClassName
{
color: #BCAFE3;
}
</style>
background-color css
<style>
a { background-color: #BCAFE3; }
a { background-color: rgb(188,175,227); }
div.DivClassName
{
background-color: #BCAFE3;
}
.BgClassName
{
background-color: #BCAFE3;
}
</style>
border-color css
<style>
span { border-color: #BCAFE3; }
span { border-color: rgb(188,175,227); }
td.TdClassName
{
border-color: #BCAFE3;
}
.TagClassName
{
border-color: #BCAFE3;
}
</style>