Shades of Melrose #BCAEFD
Tints of Melrose #BCAEFD
RGB
CMYK
RGB Variations
Color information
#BCAEFD (or 0xBCAEFD) is known color: Melrose. HEX triplet: BC, AE and FD. RGB value is (188,174,253). Sum of RGB (Red+Green+Blue) = 188+174+253=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEFD is #435102. Grayscale: #BABABA. Windows color (decimal): -4411651 or 16625340. OLE color: 16625340.
HSL color Cylindrical-coordinate representation of color #BCAEFD: hue angle of 250.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAEFD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 174 | 253 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.01 |
| HSL | 250.63º | 0.95% | 0.84% | - |
| HSV(B) | 250.63º | 0.31% | 0.99% | - |
| XYZ | 53.6 | 48.06 | 99.38 | - |
| YUV | 187.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 253 | 0.26 | 0.31 | 0 | 0.01 | 250.63 | 0.95 | 0.84 |
| Hex | BC | AE | FD | 1A | 1F | 0 | 1 | FB | 5F | 54 |
| Octal | 274 | 256 | 375 | 32 | 37 | 0 | 1 | 373 | 137 | 124 |
| Binary | 10111100 | 10101110 | 11111101 | 11010 | 11111 | 0 | 1 | 11111011 | 1011111 | 1010100 |
Color Harmonies of #BCAEFD
Complementary color
Monochromatic Colors of #BCAEFD
Black with #BCAEFD
Text Example
Text Example
White with #BCAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEFD; }
p { color: rgb(188,174,253); }
H1.HeaderClassName
{
color: #BCAEFD;
}
.AnyTagClassName
{
color: #BCAEFD;
}
</style>
background-color css
<style>
a { background-color: #BCAEFD; }
a { background-color: rgb(188,174,253); }
div.DivClassName
{
background-color: #BCAEFD;
}
.BgClassName
{
background-color: #BCAEFD;
}
</style>
border-color css
<style>
span { border-color: #BCAEFD; }
span { border-color: rgb(188,174,253); }
td.TdClassName
{
border-color: #BCAEFD;
}
.TagClassName
{
border-color: #BCAEFD;
}
</style>