Shades of Melrose #BCABF2
Tints of Melrose #BCABF2
RGB
CMYK
RGB Variations
Color information
#BCABF2 (or 0xBCABF2) is known color: Melrose. HEX triplet: BC, AB and F2. RGB value is (188,171,242). Sum of RGB (Red+Green+Blue) = 188+171+242=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABF2 is #43540D. Grayscale: #B7B7B7. Windows color (decimal): -4412430 or 15903676. OLE color: 15903676.
HSL color Cylindrical-coordinate representation of color #BCABF2: hue angle of 254.37º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCABF2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 171 | 242 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.05 |
| HSL | 254.37º | 0.73% | 0.81% | - |
| HSV(B) | 254.37º | 0.29% | 0.95% | - |
| XYZ | 51.33 | 46.23 | 90.22 | - |
| YUV | 184.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 242 | 0.22 | 0.29 | 0 | 0.05 | 254.37 | 0.73 | 0.81 |
| Hex | BC | AB | F2 | 16 | 1D | 0 | 5 | FE | 49 | 51 |
| Octal | 274 | 253 | 362 | 26 | 35 | 0 | 5 | 376 | 111 | 121 |
| Binary | 10111100 | 10101011 | 11110010 | 10110 | 11101 | 0 | 101 | 11111110 | 1001001 | 1010001 |
Color Harmonies of #BCABF2
Complementary color
Monochromatic Colors of #BCABF2
Black with #BCABF2
Text Example
Text Example
White with #BCABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABF2; }
p { color: rgb(188,171,242); }
H1.HeaderClassName
{
color: #BCABF2;
}
.AnyTagClassName
{
color: #BCABF2;
}
</style>
background-color css
<style>
a { background-color: #BCABF2; }
a { background-color: rgb(188,171,242); }
div.DivClassName
{
background-color: #BCABF2;
}
.BgClassName
{
background-color: #BCABF2;
}
</style>
border-color css
<style>
span { border-color: #BCABF2; }
span { border-color: rgb(188,171,242); }
td.TdClassName
{
border-color: #BCABF2;
}
.TagClassName
{
border-color: #BCABF2;
}
</style>