Shades of Melrose #BCACFD
Tints of Melrose #BCACFD
RGB
CMYK
RGB Variations
Color information
#BCACFD (or 0xBCACFD) is known color: Melrose. HEX triplet: BC, AC and FD. RGB value is (188,172,253). Sum of RGB (Red+Green+Blue) = 188+172+253=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACFD is #435302. Grayscale: #B9B9B9. Windows color (decimal): -4412163 or 16624828. OLE color: 16624828.
HSL color Cylindrical-coordinate representation of color #BCACFD: hue angle of 251.85º degrees, saturation: 0.95, 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 #BCACFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 172 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 251.85º | 0.95% | 0.83% | - |
| HSV(B) | 251.85º | 0.32% | 0.99% | - |
| XYZ | 53.22 | 47.29 | 99.25 | - |
| YUV | 186.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 253 | 0.26 | 0.32 | 0 | 0.01 | 251.85 | 0.95 | 0.83 |
| Hex | BC | AC | FD | 1A | 20 | 0 | 1 | FC | 5F | 53 |
| Octal | 274 | 254 | 375 | 32 | 40 | 0 | 1 | 374 | 137 | 123 |
| Binary | 10111100 | 10101100 | 11111101 | 11010 | 100000 | 0 | 1 | 11111100 | 1011111 | 1010011 |
Color Harmonies of #BCACFD
Complementary color
Monochromatic Colors of #BCACFD
Black with #BCACFD
Text Example
Text Example
White with #BCACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACFD; }
p { color: rgb(188,172,253); }
H1.HeaderClassName
{
color: #BCACFD;
}
.AnyTagClassName
{
color: #BCACFD;
}
</style>
background-color css
<style>
a { background-color: #BCACFD; }
a { background-color: rgb(188,172,253); }
div.DivClassName
{
background-color: #BCACFD;
}
.BgClassName
{
background-color: #BCACFD;
}
</style>
border-color css
<style>
span { border-color: #BCACFD; }
span { border-color: rgb(188,172,253); }
td.TdClassName
{
border-color: #BCACFD;
}
.TagClassName
{
border-color: #BCACFD;
}
</style>