Shades of Melrose #BCACED
Tints of Melrose #BCACED
RGB
CMYK
RGB Variations
Color information
#BCACED (or 0xBCACED) is known color: Melrose. HEX triplet: BC, AC and ED. RGB value is (188,172,237). Sum of RGB (Red+Green+Blue) = 188+172+237=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACED is #435312. Grayscale: #B7B7B7. Windows color (decimal): -4412179 or 15576252. OLE color: 15576252.
HSL color Cylindrical-coordinate representation of color #BCACED: hue angle of 254.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCACED is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 172 | 237 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.07 |
| HSL | 254.77º | 0.64% | 0.8% | - |
| HSV(B) | 254.77º | 0.27% | 0.93% | - |
| XYZ | 50.78 | 46.31 | 86.38 | - |
| YUV | 184.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 237 | 0.21 | 0.27 | 0 | 0.07 | 254.77 | 0.64 | 0.8 |
| Hex | BC | AC | ED | 15 | 1B | 0 | 7 | FF | 40 | 50 |
| Octal | 274 | 254 | 355 | 25 | 33 | 0 | 7 | 377 | 100 | 120 |
| Binary | 10111100 | 10101100 | 11101101 | 10101 | 11011 | 0 | 111 | 11111111 | 1000000 | 1010000 |
Color Harmonies of #BCACED
Complementary color
Monochromatic Colors of #BCACED
Black with #BCACED
Text Example
Text Example
White with #BCACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACED; }
p { color: rgb(188,172,237); }
H1.HeaderClassName
{
color: #BCACED;
}
.AnyTagClassName
{
color: #BCACED;
}
</style>
background-color css
<style>
a { background-color: #BCACED; }
a { background-color: rgb(188,172,237); }
div.DivClassName
{
background-color: #BCACED;
}
.BgClassName
{
background-color: #BCACED;
}
</style>
border-color css
<style>
span { border-color: #BCACED; }
span { border-color: rgb(188,172,237); }
td.TdClassName
{
border-color: #BCACED;
}
.TagClassName
{
border-color: #BCACED;
}
</style>