Shades of Melrose #BCA8FE
Tints of Melrose #BCA8FE
RGB
CMYK
RGB Variations
Color information
#BCA8FE (or 0xBCA8FE) is known color: Melrose. HEX triplet: BC, A8 and FE. RGB value is (188,168,254). Sum of RGB (Red+Green+Blue) = 188+168+254=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8FE is #435701. Grayscale: #B7B7B7. Windows color (decimal): -4413186 or 16689340. OLE color: 16689340.
HSL color Cylindrical-coordinate representation of color #BCA8FE: hue angle of 253.95º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA8FE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 168 | 254 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.00 |
| HSL | 253.95º | 0.98% | 0.83% | - |
| HSV(B) | 253.95º | 0.34% | 1% | - |
| XYZ | 52.63 | 45.85 | 99.84 | - |
| YUV | 183.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 254 | 0.26 | 0.34 | 0 | 0.00 | 253.95 | 0.98 | 0.83 |
| Hex | BC | A8 | FE | 1A | 22 | 0 | 0 | FE | 62 | 53 |
| Octal | 274 | 250 | 376 | 32 | 42 | 0 | 0 | 376 | 142 | 123 |
| Binary | 10111100 | 10101000 | 11111110 | 11010 | 100010 | 0 | 0 | 11111110 | 1100010 | 1010011 |
Color Harmonies of #BCA8FE
Complementary color
Monochromatic Colors of #BCA8FE
Black with #BCA8FE
Text Example
Text Example
White with #BCA8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8FE; }
p { color: rgb(188,168,254); }
H1.HeaderClassName
{
color: #BCA8FE;
}
.AnyTagClassName
{
color: #BCA8FE;
}
</style>
background-color css
<style>
a { background-color: #BCA8FE; }
a { background-color: rgb(188,168,254); }
div.DivClassName
{
background-color: #BCA8FE;
}
.BgClassName
{
background-color: #BCA8FE;
}
</style>
border-color css
<style>
span { border-color: #BCA8FE; }
span { border-color: rgb(188,168,254); }
td.TdClassName
{
border-color: #BCA8FE;
}
.TagClassName
{
border-color: #BCA8FE;
}
</style>