Shades of Melrose #BCAEEB
Tints of Melrose #BCAEEB
RGB
CMYK
RGB Variations
Color information
#BCAEEB (or 0xBCAEEB) is known color: Melrose. HEX triplet: BC, AE and EB. RGB value is (188,174,235). Sum of RGB (Red+Green+Blue) = 188+174+235=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEEB is #435114. Grayscale: #B8B8B8. Windows color (decimal): -4411669 or 15445692. OLE color: 15445692.
HSL color Cylindrical-coordinate representation of color #BCAEEB: hue angle of 253.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCAEEB is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 174 | 235 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.08 |
| HSL | 253.77º | 0.6% | 0.8% | - |
| HSV(B) | 253.77º | 0.26% | 0.92% | - |
| XYZ | 50.87 | 46.96 | 84.98 | - |
| YUV | 185.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 235 | 0.2 | 0.26 | 0 | 0.08 | 253.77 | 0.6 | 0.8 |
| Hex | BC | AE | EB | 14 | 1A | 0 | 8 | FE | 3C | 50 |
| Octal | 274 | 256 | 353 | 24 | 32 | 0 | 10 | 376 | 74 | 120 |
| Binary | 10111100 | 10101110 | 11101011 | 10100 | 11010 | 0 | 1000 | 11111110 | 111100 | 1010000 |
Color Harmonies of #BCAEEB
Complementary color
Monochromatic Colors of #BCAEEB
Black with #BCAEEB
Text Example
Text Example
White with #BCAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEEB; }
p { color: rgb(188,174,235); }
H1.HeaderClassName
{
color: #BCAEEB;
}
.AnyTagClassName
{
color: #BCAEEB;
}
</style>
background-color css
<style>
a { background-color: #BCAEEB; }
a { background-color: rgb(188,174,235); }
div.DivClassName
{
background-color: #BCAEEB;
}
.BgClassName
{
background-color: #BCAEEB;
}
</style>
border-color css
<style>
span { border-color: #BCAEEB; }
span { border-color: rgb(188,174,235); }
td.TdClassName
{
border-color: #BCAEEB;
}
.TagClassName
{
border-color: #BCAEEB;
}
</style>