Shades of Melrose #BCAFFC
Tints of Melrose #BCAFFC
RGB
CMYK
RGB Variations
Color information
#BCAFFC (or 0xBCAFFC) is known color: Melrose. HEX triplet: BC, AF and FC. RGB value is (188,175,252). Sum of RGB (Red+Green+Blue) = 188+175+252=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCAFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFC is #435003. Grayscale: #BBBBBB. Windows color (decimal): -4411396 or 16560060. OLE color: 16560060.
HSL color Cylindrical-coordinate representation of color #BCAFFC: hue angle of 250.13º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAFFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 175 | 252 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.01 |
| HSL | 250.13º | 0.93% | 0.84% | - |
| HSV(B) | 250.13º | 0.31% | 0.99% | - |
| XYZ | 53.64 | 48.38 | 98.61 | - |
| YUV | 187.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 252 | 0.25 | 0.31 | 0 | 0.01 | 250.13 | 0.93 | 0.84 |
| Hex | BC | AF | FC | 19 | 1F | 0 | 1 | FA | 5D | 54 |
| Octal | 274 | 257 | 374 | 31 | 37 | 0 | 1 | 372 | 135 | 124 |
| Binary | 10111100 | 10101111 | 11111100 | 11001 | 11111 | 0 | 1 | 11111010 | 1011101 | 1010100 |
Color Harmonies of #BCAFFC
Complementary color
Monochromatic Colors of #BCAFFC
Black with #BCAFFC
Text Example
Text Example
White with #BCAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFFC; }
p { color: rgb(188,175,252); }
H1.HeaderClassName
{
color: #BCAFFC;
}
.AnyTagClassName
{
color: #BCAFFC;
}
</style>
background-color css
<style>
a { background-color: #BCAFFC; }
a { background-color: rgb(188,175,252); }
div.DivClassName
{
background-color: #BCAFFC;
}
.BgClassName
{
background-color: #BCAFFC;
}
</style>
border-color css
<style>
span { border-color: #BCAFFC; }
span { border-color: rgb(188,175,252); }
td.TdClassName
{
border-color: #BCAFFC;
}
.TagClassName
{
border-color: #BCAFFC;
}
</style>