Shades of Melrose #BCAAFE
Tints of Melrose #BCAAFE
RGB
CMYK
RGB Variations
Color information
#BCAAFE (or 0xBCAAFE) is known color: Melrose. HEX triplet: BC, AA and FE. RGB value is (188,170,254). Sum of RGB (Red+Green+Blue) = 188+170+254=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAFE is #435501. Grayscale: #B8B8B8. Windows color (decimal): -4412674 or 16689852. OLE color: 16689852.
HSL color Cylindrical-coordinate representation of color #BCAAFE: hue angle of 252.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCAAFE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 170 | 254 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.00 |
| HSL | 252.86º | 0.98% | 0.83% | - |
| HSV(B) | 252.86º | 0.33% | 1% | - |
| XYZ | 53 | 46.6 | 99.97 | - |
| YUV | 184.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 254 | 0.26 | 0.33 | 0 | 0.00 | 252.86 | 0.98 | 0.83 |
| Hex | BC | AA | FE | 1A | 21 | 0 | 0 | FD | 62 | 53 |
| Octal | 274 | 252 | 376 | 32 | 41 | 0 | 0 | 375 | 142 | 123 |
| Binary | 10111100 | 10101010 | 11111110 | 11010 | 100001 | 0 | 0 | 11111101 | 1100010 | 1010011 |
Color Harmonies of #BCAAFE
Complementary color
Monochromatic Colors of #BCAAFE
Black with #BCAAFE
Text Example
Text Example
White with #BCAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAFE; }
p { color: rgb(188,170,254); }
H1.HeaderClassName
{
color: #BCAAFE;
}
.AnyTagClassName
{
color: #BCAAFE;
}
</style>
background-color css
<style>
a { background-color: #BCAAFE; }
a { background-color: rgb(188,170,254); }
div.DivClassName
{
background-color: #BCAAFE;
}
.BgClassName
{
background-color: #BCAAFE;
}
</style>
border-color css
<style>
span { border-color: #BCAAFE; }
span { border-color: rgb(188,170,254); }
td.TdClassName
{
border-color: #BCAAFE;
}
.TagClassName
{
border-color: #BCAAFE;
}
</style>