Shades of Melrose #BCA4FB
Tints of Melrose #BCA4FB
RGB
CMYK
RGB Variations
Color information
#BCA4FB (or 0xBCA4FB) is known color: Melrose. HEX triplet: BC, A4 and FB. RGB value is (188,164,251). Sum of RGB (Red+Green+Blue) = 188+164+251=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4FB is #435B04. Grayscale: #B4B4B4. Windows color (decimal): -4414213 or 16491708. OLE color: 16491708.
HSL color Cylindrical-coordinate representation of color #BCA4FB: hue angle of 256.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA4FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 164 | 251 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 256.55º | 0.92% | 0.81% | - |
| HSV(B) | 256.55º | 0.35% | 0.98% | - |
| XYZ | 51.43 | 44.21 | 97.09 | - |
| YUV | 181.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 251 | 0.25 | 0.35 | 0 | 0.02 | 256.55 | 0.92 | 0.81 |
| Hex | BC | A4 | FB | 19 | 23 | 0 | 2 | 101 | 5C | 51 |
| Octal | 274 | 244 | 373 | 31 | 43 | 0 | 2 | 401 | 134 | 121 |
| Binary | 10111100 | 10100100 | 11111011 | 11001 | 100011 | 0 | 10 | 100000001 | 1011100 | 1010001 |
Color Harmonies of #BCA4FB
Complementary color
Monochromatic Colors of #BCA4FB
Black with #BCA4FB
Text Example
Text Example
White with #BCA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA4FB; }
p { color: rgb(188,164,251); }
H1.HeaderClassName
{
color: #BCA4FB;
}
.AnyTagClassName
{
color: #BCA4FB;
}
</style>
background-color css
<style>
a { background-color: #BCA4FB; }
a { background-color: rgb(188,164,251); }
div.DivClassName
{
background-color: #BCA4FB;
}
.BgClassName
{
background-color: #BCA4FB;
}
</style>
border-color css
<style>
span { border-color: #BCA4FB; }
span { border-color: rgb(188,164,251); }
td.TdClassName
{
border-color: #BCA4FB;
}
.TagClassName
{
border-color: #BCA4FB;
}
</style>