Shades of Melrose #BCABEE
Tints of Melrose #BCABEE
RGB
CMYK
RGB Variations
Color information
#BCABEE (or 0xBCABEE) is known color: Melrose. HEX triplet: BC, AB and EE. RGB value is (188,171,238). Sum of RGB (Red+Green+Blue) = 188+171+238=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABEE is #435411. Grayscale: #B7B7B7. Windows color (decimal): -4412434 or 15641532. OLE color: 15641532.
HSL color Cylindrical-coordinate representation of color #BCABEE: hue angle of 255.22º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCABEE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 171 | 238 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 255.22º | 0.66% | 0.8% | - |
| HSV(B) | 255.22º | 0.28% | 0.93% | - |
| XYZ | 50.73 | 45.99 | 87.09 | - |
| YUV | 183.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 238 | 0.21 | 0.28 | 0 | 0.07 | 255.22 | 0.66 | 0.8 |
| Hex | BC | AB | EE | 15 | 1C | 0 | 7 | FF | 42 | 50 |
| Octal | 274 | 253 | 356 | 25 | 34 | 0 | 7 | 377 | 102 | 120 |
| Binary | 10111100 | 10101011 | 11101110 | 10101 | 11100 | 0 | 111 | 11111111 | 1000010 | 1010000 |
Color Harmonies of #BCABEE
Complementary color
Monochromatic Colors of #BCABEE
Black with #BCABEE
Text Example
Text Example
White with #BCABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABEE; }
p { color: rgb(188,171,238); }
H1.HeaderClassName
{
color: #BCABEE;
}
.AnyTagClassName
{
color: #BCABEE;
}
</style>
background-color css
<style>
a { background-color: #BCABEE; }
a { background-color: rgb(188,171,238); }
div.DivClassName
{
background-color: #BCABEE;
}
.BgClassName
{
background-color: #BCABEE;
}
</style>
border-color css
<style>
span { border-color: #BCABEE; }
span { border-color: rgb(188,171,238); }
td.TdClassName
{
border-color: #BCABEE;
}
.TagClassName
{
border-color: #BCABEE;
}
</style>