Shades of Melrose #BCABE5
Tints of Melrose #BCABE5
RGB
CMYK
RGB Variations
Color information
#BCABE5 (or 0xBCABE5) is known color: Melrose. HEX triplet: BC, AB and E5. RGB value is (188,171,229). Sum of RGB (Red+Green+Blue) = 188+171+229=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE5 is #43541A. Grayscale: #B6B6B6. Windows color (decimal): -4412443 or 15051708. OLE color: 15051708.
HSL color Cylindrical-coordinate representation of color #BCABE5: hue angle of 257.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCABE5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 171 | 229 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.10 |
| HSL | 257.59º | 0.53% | 0.78% | - |
| HSV(B) | 257.59º | 0.25% | 0.9% | - |
| XYZ | 49.44 | 45.47 | 80.3 | - |
| YUV | 182.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 229 | 0.18 | 0.25 | 0 | 0.10 | 257.59 | 0.53 | 0.78 |
| Hex | BC | AB | E5 | 12 | 19 | 0 | A | 102 | 35 | 4E |
| Octal | 274 | 253 | 345 | 22 | 31 | 0 | 12 | 402 | 65 | 116 |
| Binary | 10111100 | 10101011 | 11100101 | 10010 | 11001 | 0 | 1010 | 100000010 | 110101 | 1001110 |
Color Harmonies of #BCABE5
Complementary color
Monochromatic Colors of #BCABE5
Black with #BCABE5
Text Example
Text Example
White with #BCABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABE5; }
p { color: rgb(188,171,229); }
H1.HeaderClassName
{
color: #BCABE5;
}
.AnyTagClassName
{
color: #BCABE5;
}
</style>
background-color css
<style>
a { background-color: #BCABE5; }
a { background-color: rgb(188,171,229); }
div.DivClassName
{
background-color: #BCABE5;
}
.BgClassName
{
background-color: #BCABE5;
}
</style>
border-color css
<style>
span { border-color: #BCABE5; }
span { border-color: rgb(188,171,229); }
td.TdClassName
{
border-color: #BCABE5;
}
.TagClassName
{
border-color: #BCABE5;
}
</style>