Shades of Melrose #BCACEF
Tints of Melrose #BCACEF
RGB
CMYK
RGB Variations
Color information
#BCACEF (or 0xBCACEF) is known color: Melrose. HEX triplet: BC, AC and EF. RGB value is (188,172,239). Sum of RGB (Red+Green+Blue) = 188+172+239=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACEF is #435310. Grayscale: #B8B8B8. Windows color (decimal): -4412177 or 15707324. OLE color: 15707324.
HSL color Cylindrical-coordinate representation of color #BCACEF: hue angle of 254.33º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCACEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 172 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 254.33º | 0.68% | 0.81% | - |
| HSV(B) | 254.33º | 0.28% | 0.94% | - |
| XYZ | 51.07 | 46.43 | 87.93 | - |
| YUV | 184.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 239 | 0.21 | 0.28 | 0 | 0.06 | 254.33 | 0.68 | 0.81 |
| Hex | BC | AC | EF | 15 | 1C | 0 | 6 | FE | 44 | 51 |
| Octal | 274 | 254 | 357 | 25 | 34 | 0 | 6 | 376 | 104 | 121 |
| Binary | 10111100 | 10101100 | 11101111 | 10101 | 11100 | 0 | 110 | 11111110 | 1000100 | 1010001 |
Color Harmonies of #BCACEF
Complementary color
Monochromatic Colors of #BCACEF
Black with #BCACEF
Text Example
Text Example
White with #BCACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACEF; }
p { color: rgb(188,172,239); }
H1.HeaderClassName
{
color: #BCACEF;
}
.AnyTagClassName
{
color: #BCACEF;
}
</style>
background-color css
<style>
a { background-color: #BCACEF; }
a { background-color: rgb(188,172,239); }
div.DivClassName
{
background-color: #BCACEF;
}
.BgClassName
{
background-color: #BCACEF;
}
</style>
border-color css
<style>
span { border-color: #BCACEF; }
span { border-color: rgb(188,172,239); }
td.TdClassName
{
border-color: #BCACEF;
}
.TagClassName
{
border-color: #BCACEF;
}
</style>