Shades of Melrose #BCACFC
Tints of Melrose #BCACFC
RGB
CMYK
RGB Variations
Color information
#BCACFC (or 0xBCACFC) is known color: Melrose. HEX triplet: BC, AC and FC. RGB value is (188,172,252). Sum of RGB (Red+Green+Blue) = 188+172+252=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACFC is #435303. Grayscale: #B9B9B9. Windows color (decimal): -4412164 or 16559292. OLE color: 16559292.
HSL color Cylindrical-coordinate representation of color #BCACFC: hue angle of 252º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCACFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 172 | 252 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 252º | 0.93% | 0.83% | - |
| HSV(B) | 252º | 0.32% | 0.99% | - |
| XYZ | 53.06 | 47.22 | 98.41 | - |
| YUV | 185.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 252 | 0.25 | 0.32 | 0 | 0.01 | 252 | 0.93 | 0.83 |
| Hex | BC | AC | FC | 19 | 20 | 0 | 1 | FC | 5D | 53 |
| Octal | 274 | 254 | 374 | 31 | 40 | 0 | 1 | 374 | 135 | 123 |
| Binary | 10111100 | 10101100 | 11111100 | 11001 | 100000 | 0 | 1 | 11111100 | 1011101 | 1010011 |
Color Harmonies of #BCACFC
Complementary color
Monochromatic Colors of #BCACFC
Black with #BCACFC
Text Example
Text Example
White with #BCACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACFC; }
p { color: rgb(188,172,252); }
H1.HeaderClassName
{
color: #BCACFC;
}
.AnyTagClassName
{
color: #BCACFC;
}
</style>
background-color css
<style>
a { background-color: #BCACFC; }
a { background-color: rgb(188,172,252); }
div.DivClassName
{
background-color: #BCACFC;
}
.BgClassName
{
background-color: #BCACFC;
}
</style>
border-color css
<style>
span { border-color: #BCACFC; }
span { border-color: rgb(188,172,252); }
td.TdClassName
{
border-color: #BCACFC;
}
.TagClassName
{
border-color: #BCACFC;
}
</style>