Shades of Melrose #BCABFF
Tints of Melrose #BCABFF
RGB
CMYK
RGB Variations
Color information
#BCABFF (or 0xBCABFF) is known color: Melrose. HEX triplet: BC, AB and FF. RGB value is (188,171,255). Sum of RGB (Red+Green+Blue) = 188+171+255=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFF is #435400. Grayscale: #B9B9B9. Windows color (decimal): -4412417 or 16755644. OLE color: 16755644.
HSL color Cylindrical-coordinate representation of color #BCABFF: hue angle of 252.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCABFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 171 | 255 | - |
| CMYK | 0.26 | 0.33 | 0 | 0 |
| HSL | 252.14º | 1% | 0.84% | - |
| HSV(B) | 252.14º | 0.33% | 1% | - |
| XYZ | 53.35 | 47.04 | 100.87 | - |
| YUV | 185.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 255 | 0.26 | 0.33 | 0 | 0 | 252.14 | 1 | 0.84 |
| Hex | BC | AB | FF | 1A | 21 | 0 | 0 | FC | 64 | 54 |
| Octal | 274 | 253 | 377 | 32 | 41 | 0 | 0 | 374 | 144 | 124 |
| Binary | 10111100 | 10101011 | 11111111 | 11010 | 100001 | 0 | 0 | 11111100 | 1100100 | 1010100 |
Color Harmonies of #BCABFF
Complementary color
Monochromatic Colors of #BCABFF
Black with #BCABFF
Text Example
Text Example
White with #BCABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABFF; }
p { color: rgb(188,171,255); }
H1.HeaderClassName
{
color: #BCABFF;
}
.AnyTagClassName
{
color: #BCABFF;
}
</style>
background-color css
<style>
a { background-color: #BCABFF; }
a { background-color: rgb(188,171,255); }
div.DivClassName
{
background-color: #BCABFF;
}
.BgClassName
{
background-color: #BCABFF;
}
</style>
border-color css
<style>
span { border-color: #BCABFF; }
span { border-color: rgb(188,171,255); }
td.TdClassName
{
border-color: #BCABFF;
}
.TagClassName
{
border-color: #BCABFF;
}
</style>