Shades of Melrose #BCAFE2
Tints of Melrose #BCAFE2
RGB
CMYK
RGB Variations
Color information
#BCAFE2 (or 0xBCAFE2) is known color: Melrose. HEX triplet: BC, AF and E2. RGB value is (188,175,226). Sum of RGB (Red+Green+Blue) = 188+175+226=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFE2 is #43501D. Grayscale: #B8B8B8. Windows color (decimal): -4411422 or 14856124. OLE color: 14856124.
HSL color Cylindrical-coordinate representation of color #BCAFE2: hue angle of 255.29º degrees, saturation: 0.47, 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 #BCAFE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 175 | 226 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 255.29º | 0.47% | 0.79% | - |
| HSV(B) | 255.29º | 0.23% | 0.89% | - |
| XYZ | 49.8 | 46.84 | 78.37 | - |
| YUV | 184.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 226 | 0.17 | 0.23 | 0 | 0.11 | 255.29 | 0.47 | 0.79 |
| Hex | BC | AF | E2 | 11 | 17 | 0 | B | FF | 2F | 4F |
| Octal | 274 | 257 | 342 | 21 | 27 | 0 | 13 | 377 | 57 | 117 |
| Binary | 10111100 | 10101111 | 11100010 | 10001 | 10111 | 0 | 1011 | 11111111 | 101111 | 1001111 |
Color Harmonies of #BCAFE2
Complementary color
Monochromatic Colors of #BCAFE2
Black with #BCAFE2
Text Example
Text Example
White with #BCAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFE2; }
p { color: rgb(188,175,226); }
H1.HeaderClassName
{
color: #BCAFE2;
}
.AnyTagClassName
{
color: #BCAFE2;
}
</style>
background-color css
<style>
a { background-color: #BCAFE2; }
a { background-color: rgb(188,175,226); }
div.DivClassName
{
background-color: #BCAFE2;
}
.BgClassName
{
background-color: #BCAFE2;
}
</style>
border-color css
<style>
span { border-color: #BCAFE2; }
span { border-color: rgb(188,175,226); }
td.TdClassName
{
border-color: #BCAFE2;
}
.TagClassName
{
border-color: #BCAFE2;
}
</style>