Shades of Melrose #BCABFB
Tints of Melrose #BCABFB
RGB
CMYK
RGB Variations
Color information
#BCABFB (or 0xBCABFB) is known color: Melrose. HEX triplet: BC, AB and FB. RGB value is (188,171,251). Sum of RGB (Red+Green+Blue) = 188+171+251=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFB is #435404. Grayscale: #B8B8B8. Windows color (decimal): -4412421 or 16493500. OLE color: 16493500.
HSL color Cylindrical-coordinate representation of color #BCABFB: hue angle of 252.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCABFB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 171 | 251 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.02 |
| HSL | 252.75º | 0.91% | 0.83% | - |
| HSV(B) | 252.75º | 0.32% | 0.98% | - |
| XYZ | 52.71 | 46.78 | 97.52 | - |
| YUV | 185.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 251 | 0.25 | 0.32 | 0 | 0.02 | 252.75 | 0.91 | 0.83 |
| Hex | BC | AB | FB | 19 | 20 | 0 | 2 | FD | 5B | 53 |
| Octal | 274 | 253 | 373 | 31 | 40 | 0 | 2 | 375 | 133 | 123 |
| Binary | 10111100 | 10101011 | 11111011 | 11001 | 100000 | 0 | 10 | 11111101 | 1011011 | 1010011 |
Color Harmonies of #BCABFB
Complementary color
Monochromatic Colors of #BCABFB
Black with #BCABFB
Text Example
Text Example
White with #BCABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABFB; }
p { color: rgb(188,171,251); }
H1.HeaderClassName
{
color: #BCABFB;
}
.AnyTagClassName
{
color: #BCABFB;
}
</style>
background-color css
<style>
a { background-color: #BCABFB; }
a { background-color: rgb(188,171,251); }
div.DivClassName
{
background-color: #BCABFB;
}
.BgClassName
{
background-color: #BCABFB;
}
</style>
border-color css
<style>
span { border-color: #BCABFB; }
span { border-color: rgb(188,171,251); }
td.TdClassName
{
border-color: #BCABFB;
}
.TagClassName
{
border-color: #BCABFB;
}
</style>