Shades of Melrose #BCAEFE
Tints of Melrose #BCAEFE
RGB
CMYK
RGB Variations
Color information
#BCAEFE (or 0xBCAEFE) is known color: Melrose. HEX triplet: BC, AE and FE. RGB value is (188,174,254). Sum of RGB (Red+Green+Blue) = 188+174+254=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEFE is #435101. Grayscale: #BBBBBB. Windows color (decimal): -4411650 or 16690876. OLE color: 16690876.
HSL color Cylindrical-coordinate representation of color #BCAEFE: hue angle of 250.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAEFE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 174 | 254 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.00 |
| HSL | 250.5º | 0.98% | 0.84% | - |
| HSV(B) | 250.5º | 0.31% | 1% | - |
| XYZ | 53.76 | 48.12 | 100.22 | - |
| YUV | 187.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 254 | 0.26 | 0.31 | 0 | 0.00 | 250.5 | 0.98 | 0.84 |
| Hex | BC | AE | FE | 1A | 1F | 0 | 0 | FB | 62 | 54 |
| Octal | 274 | 256 | 376 | 32 | 37 | 0 | 0 | 373 | 142 | 124 |
| Binary | 10111100 | 10101110 | 11111110 | 11010 | 11111 | 0 | 0 | 11111011 | 1100010 | 1010100 |
Color Harmonies of #BCAEFE
Complementary color
Monochromatic Colors of #BCAEFE
Black with #BCAEFE
Text Example
Text Example
White with #BCAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEFE; }
p { color: rgb(188,174,254); }
H1.HeaderClassName
{
color: #BCAEFE;
}
.AnyTagClassName
{
color: #BCAEFE;
}
</style>
background-color css
<style>
a { background-color: #BCAEFE; }
a { background-color: rgb(188,174,254); }
div.DivClassName
{
background-color: #BCAEFE;
}
.BgClassName
{
background-color: #BCAEFE;
}
</style>
border-color css
<style>
span { border-color: #BCAEFE; }
span { border-color: rgb(188,174,254); }
td.TdClassName
{
border-color: #BCAEFE;
}
.TagClassName
{
border-color: #BCAEFE;
}
</style>