Shades of Melrose #BCA8FF
Tints of Melrose #BCA8FF
RGB
CMYK
RGB Variations
Color information
#BCA8FF (or 0xBCA8FF) is known color: Melrose. HEX triplet: BC, A8 and FF. RGB value is (188,168,255). Sum of RGB (Red+Green+Blue) = 188+168+255=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8FF is #435700. Grayscale: #B7B7B7. Windows color (decimal): -4413185 or 16754876. OLE color: 16754876.
HSL color Cylindrical-coordinate representation of color #BCA8FF: hue angle of 253.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA8FF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 168 | 255 | - |
| CMYK | 0.26 | 0.34 | 0 | 0 |
| HSL | 253.79º | 1% | 0.83% | - |
| HSV(B) | 253.79º | 0.34% | 1% | - |
| XYZ | 52.79 | 45.92 | 100.69 | - |
| YUV | 183.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 255 | 0.26 | 0.34 | 0 | 0 | 253.79 | 1 | 0.83 |
| Hex | BC | A8 | FF | 1A | 22 | 0 | 0 | FE | 64 | 53 |
| Octal | 274 | 250 | 377 | 32 | 42 | 0 | 0 | 376 | 144 | 123 |
| Binary | 10111100 | 10101000 | 11111111 | 11010 | 100010 | 0 | 0 | 11111110 | 1100100 | 1010011 |
Color Harmonies of #BCA8FF
Complementary color
Monochromatic Colors of #BCA8FF
Black with #BCA8FF
Text Example
Text Example
White with #BCA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8FF; }
p { color: rgb(188,168,255); }
H1.HeaderClassName
{
color: #BCA8FF;
}
.AnyTagClassName
{
color: #BCA8FF;
}
</style>
background-color css
<style>
a { background-color: #BCA8FF; }
a { background-color: rgb(188,168,255); }
div.DivClassName
{
background-color: #BCA8FF;
}
.BgClassName
{
background-color: #BCA8FF;
}
</style>
border-color css
<style>
span { border-color: #BCA8FF; }
span { border-color: rgb(188,168,255); }
td.TdClassName
{
border-color: #BCA8FF;
}
.TagClassName
{
border-color: #BCA8FF;
}
</style>