Shades of Melrose #BCACEB
Tints of Melrose #BCACEB
RGB
CMYK
RGB Variations
Color information
#BCACEB (or 0xBCACEB) is known color: Melrose. HEX triplet: BC, AC and EB. RGB value is (188,172,235). Sum of RGB (Red+Green+Blue) = 188+172+235=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACEB is #435314. Grayscale: #B7B7B7. Windows color (decimal): -4412181 or 15445180. OLE color: 15445180.
HSL color Cylindrical-coordinate representation of color #BCACEB: hue angle of 255.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCACEB is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 172 | 235 | - |
| CMYK | 0.2 | 0.27 | 0 | 0.08 |
| HSL | 255.24º | 0.61% | 0.8% | - |
| HSV(B) | 255.24º | 0.27% | 0.92% | - |
| XYZ | 50.49 | 46.19 | 84.85 | - |
| YUV | 183.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 235 | 0.2 | 0.27 | 0 | 0.08 | 255.24 | 0.61 | 0.8 |
| Hex | BC | AC | EB | 14 | 1B | 0 | 8 | FF | 3D | 50 |
| Octal | 274 | 254 | 353 | 24 | 33 | 0 | 10 | 377 | 75 | 120 |
| Binary | 10111100 | 10101100 | 11101011 | 10100 | 11011 | 0 | 1000 | 11111111 | 111101 | 1010000 |
Color Harmonies of #BCACEB
Complementary color
Monochromatic Colors of #BCACEB
Black with #BCACEB
Text Example
Text Example
White with #BCACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACEB; }
p { color: rgb(188,172,235); }
H1.HeaderClassName
{
color: #BCACEB;
}
.AnyTagClassName
{
color: #BCACEB;
}
</style>
background-color css
<style>
a { background-color: #BCACEB; }
a { background-color: rgb(188,172,235); }
div.DivClassName
{
background-color: #BCACEB;
}
.BgClassName
{
background-color: #BCACEB;
}
</style>
border-color css
<style>
span { border-color: #BCACEB; }
span { border-color: rgb(188,172,235); }
td.TdClassName
{
border-color: #BCACEB;
}
.TagClassName
{
border-color: #BCACEB;
}
</style>