Shades of Melrose #BCACEE
Tints of Melrose #BCACEE
RGB
CMYK
RGB Variations
Color information
#BCACEE (or 0xBCACEE) is known color: Melrose. HEX triplet: BC, AC and EE. RGB value is (188,172,238). Sum of RGB (Red+Green+Blue) = 188+172+238=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACEE is #435311. Grayscale: #B8B8B8. Windows color (decimal): -4412178 or 15641788. OLE color: 15641788.
HSL color Cylindrical-coordinate representation of color #BCACEE: hue angle of 254.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCACEE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 172 | 238 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 254.55º | 0.66% | 0.8% | - |
| HSV(B) | 254.55º | 0.28% | 0.93% | - |
| XYZ | 50.92 | 46.37 | 87.16 | - |
| YUV | 184.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 238 | 0.21 | 0.28 | 0 | 0.07 | 254.55 | 0.66 | 0.8 |
| Hex | BC | AC | EE | 15 | 1C | 0 | 7 | FF | 42 | 50 |
| Octal | 274 | 254 | 356 | 25 | 34 | 0 | 7 | 377 | 102 | 120 |
| Binary | 10111100 | 10101100 | 11101110 | 10101 | 11100 | 0 | 111 | 11111111 | 1000010 | 1010000 |
Color Harmonies of #BCACEE
Complementary color
Monochromatic Colors of #BCACEE
Black with #BCACEE
Text Example
Text Example
White with #BCACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACEE; }
p { color: rgb(188,172,238); }
H1.HeaderClassName
{
color: #BCACEE;
}
.AnyTagClassName
{
color: #BCACEE;
}
</style>
background-color css
<style>
a { background-color: #BCACEE; }
a { background-color: rgb(188,172,238); }
div.DivClassName
{
background-color: #BCACEE;
}
.BgClassName
{
background-color: #BCACEE;
}
</style>
border-color css
<style>
span { border-color: #BCACEE; }
span { border-color: rgb(188,172,238); }
td.TdClassName
{
border-color: #BCACEE;
}
.TagClassName
{
border-color: #BCACEE;
}
</style>