Shades of Melrose #BCAFFA
Tints of Melrose #BCAFFA
RGB
CMYK
RGB Variations
Color information
#BCAFFA (or 0xBCAFFA) is known color: Melrose. HEX triplet: BC, AF and FA. RGB value is (188,175,250). Sum of RGB (Red+Green+Blue) = 188+175+250=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFA is #435005. Grayscale: #BBBBBB. Windows color (decimal): -4411398 or 16428988. OLE color: 16428988.
HSL color Cylindrical-coordinate representation of color #BCAFFA: hue angle of 250.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAFFA is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 175 | 250 | - |
| CMYK | 0.25 | 0.3 | 0 | 0.02 |
| HSL | 250.4º | 0.88% | 0.83% | - |
| HSV(B) | 250.4º | 0.3% | 0.98% | - |
| XYZ | 53.32 | 48.25 | 96.95 | - |
| YUV | 187.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 250 | 0.25 | 0.3 | 0 | 0.02 | 250.4 | 0.88 | 0.83 |
| Hex | BC | AF | FA | 19 | 1E | 0 | 2 | FA | 58 | 53 |
| Octal | 274 | 257 | 372 | 31 | 36 | 0 | 2 | 372 | 130 | 123 |
| Binary | 10111100 | 10101111 | 11111010 | 11001 | 11110 | 0 | 10 | 11111010 | 1011000 | 1010011 |
Color Harmonies of #BCAFFA
Complementary color
Monochromatic Colors of #BCAFFA
Black with #BCAFFA
Text Example
Text Example
White with #BCAFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFFA; }
p { color: rgb(188,175,250); }
H1.HeaderClassName
{
color: #BCAFFA;
}
.AnyTagClassName
{
color: #BCAFFA;
}
</style>
background-color css
<style>
a { background-color: #BCAFFA; }
a { background-color: rgb(188,175,250); }
div.DivClassName
{
background-color: #BCAFFA;
}
.BgClassName
{
background-color: #BCAFFA;
}
</style>
border-color css
<style>
span { border-color: #BCAFFA; }
span { border-color: rgb(188,175,250); }
td.TdClassName
{
border-color: #BCAFFA;
}
.TagClassName
{
border-color: #BCAFFA;
}
</style>