Shades of Melrose #BCAEEF
Tints of Melrose #BCAEEF
RGB
CMYK
RGB Variations
Color information
#BCAEEF (or 0xBCAEEF) is known color: Melrose. HEX triplet: BC, AE and EF. RGB value is (188,174,239). Sum of RGB (Red+Green+Blue) = 188+174+239=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEEF is #435110. Grayscale: #B9B9B9. Windows color (decimal): -4411665 or 15707836. OLE color: 15707836.
HSL color Cylindrical-coordinate representation of color #BCAEEF: hue angle of 252.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAEEF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 174 | 239 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.06 |
| HSL | 252.92º | 0.67% | 0.81% | - |
| HSV(B) | 252.92º | 0.27% | 0.94% | - |
| XYZ | 51.46 | 47.2 | 88.06 | - |
| YUV | 185.6 | 158.14 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 239 | 0.21 | 0.27 | 0 | 0.06 | 252.92 | 0.67 | 0.81 |
| Hex | BC | AE | EF | 15 | 1B | 0 | 6 | FD | 43 | 51 |
| Octal | 274 | 256 | 357 | 25 | 33 | 0 | 6 | 375 | 103 | 121 |
| Binary | 10111100 | 10101110 | 11101111 | 10101 | 11011 | 0 | 110 | 11111101 | 1000011 | 1010001 |
Color Harmonies of #BCAEEF
Complementary color
Monochromatic Colors of #BCAEEF
Black with #BCAEEF
Text Example
Text Example
White with #BCAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEEF; }
p { color: rgb(188,174,239); }
H1.HeaderClassName
{
color: #BCAEEF;
}
.AnyTagClassName
{
color: #BCAEEF;
}
</style>
background-color css
<style>
a { background-color: #BCAEEF; }
a { background-color: rgb(188,174,239); }
div.DivClassName
{
background-color: #BCAEEF;
}
.BgClassName
{
background-color: #BCAEEF;
}
</style>
border-color css
<style>
span { border-color: #BCAEEF; }
span { border-color: rgb(188,174,239); }
td.TdClassName
{
border-color: #BCAEEF;
}
.TagClassName
{
border-color: #BCAEEF;
}
</style>