Shades of Melrose #BCA8ED
Tints of Melrose #BCA8ED
RGB
CMYK
RGB Variations
Color information
#BCA8ED (or 0xBCA8ED) is known color: Melrose. HEX triplet: BC, A8 and ED. RGB value is (188,168,237). Sum of RGB (Red+Green+Blue) = 188+168+237=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8ED is #435712. Grayscale: #B5B5B5. Windows color (decimal): -4413203 or 15575228. OLE color: 15575228.
HSL color Cylindrical-coordinate representation of color #BCA8ED: hue angle of 257.39º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA8ED is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 168 | 237 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.07 |
| HSL | 257.39º | 0.66% | 0.79% | - |
| HSV(B) | 257.39º | 0.29% | 0.93% | - |
| XYZ | 50.03 | 44.81 | 86.13 | - |
| YUV | 181.85 | 159.13 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 237 | 0.21 | 0.29 | 0 | 0.07 | 257.39 | 0.66 | 0.79 |
| Hex | BC | A8 | ED | 15 | 1D | 0 | 7 | 101 | 42 | 4F |
| Octal | 274 | 250 | 355 | 25 | 35 | 0 | 7 | 401 | 102 | 117 |
| Binary | 10111100 | 10101000 | 11101101 | 10101 | 11101 | 0 | 111 | 100000001 | 1000010 | 1001111 |
Color Harmonies of #BCA8ED
Complementary color
Monochromatic Colors of #BCA8ED
Black with #BCA8ED
Text Example
Text Example
White with #BCA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8ED; }
p { color: rgb(188,168,237); }
H1.HeaderClassName
{
color: #BCA8ED;
}
.AnyTagClassName
{
color: #BCA8ED;
}
</style>
background-color css
<style>
a { background-color: #BCA8ED; }
a { background-color: rgb(188,168,237); }
div.DivClassName
{
background-color: #BCA8ED;
}
.BgClassName
{
background-color: #BCA8ED;
}
</style>
border-color css
<style>
span { border-color: #BCA8ED; }
span { border-color: rgb(188,168,237); }
td.TdClassName
{
border-color: #BCA8ED;
}
.TagClassName
{
border-color: #BCA8ED;
}
</style>