Shades of Melrose #BCA8EA
Tints of Melrose #BCA8EA
RGB
CMYK
RGB Variations
Color information
#BCA8EA (or 0xBCA8EA) is known color: Melrose. HEX triplet: BC, A8 and EA. RGB value is (188,168,234). Sum of RGB (Red+Green+Blue) = 188+168+234=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8EA is #435715. Grayscale: #B5B5B5. Windows color (decimal): -4413206 or 15378620. OLE color: 15378620.
HSL color Cylindrical-coordinate representation of color #BCA8EA: hue angle of 258.18º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA8EA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 168 | 234 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.08 |
| HSL | 258.18º | 0.61% | 0.79% | - |
| HSV(B) | 258.18º | 0.28% | 0.92% | - |
| XYZ | 49.59 | 44.64 | 83.84 | - |
| YUV | 181.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 234 | 0.20 | 0.28 | 0 | 0.08 | 258.18 | 0.61 | 0.79 |
| Hex | BC | A8 | EA | 14 | 1C | 0 | 8 | 102 | 3D | 4F |
| Octal | 274 | 250 | 352 | 24 | 34 | 0 | 10 | 402 | 75 | 117 |
| Binary | 10111100 | 10101000 | 11101010 | 10100 | 11100 | 0 | 1000 | 100000010 | 111101 | 1001111 |
Color Harmonies of #BCA8EA
Complementary color
Monochromatic Colors of #BCA8EA
Black with #BCA8EA
Text Example
Text Example
White with #BCA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8EA; }
p { color: rgb(188,168,234); }
H1.HeaderClassName
{
color: #BCA8EA;
}
.AnyTagClassName
{
color: #BCA8EA;
}
</style>
background-color css
<style>
a { background-color: #BCA8EA; }
a { background-color: rgb(188,168,234); }
div.DivClassName
{
background-color: #BCA8EA;
}
.BgClassName
{
background-color: #BCA8EA;
}
</style>
border-color css
<style>
span { border-color: #BCA8EA; }
span { border-color: rgb(188,168,234); }
td.TdClassName
{
border-color: #BCA8EA;
}
.TagClassName
{
border-color: #BCA8EA;
}
</style>