Shades of Melrose #BCADFC
Tints of Melrose #BCADFC
RGB
CMYK
RGB Variations
Color information
#BCADFC (or 0xBCADFC) is known color: Melrose. HEX triplet: BC, AD and FC. RGB value is (188,173,252). Sum of RGB (Red+Green+Blue) = 188+173+252=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADFC is #435203. Grayscale: #BABABA. Windows color (decimal): -4411908 or 16559548. OLE color: 16559548.
HSL color Cylindrical-coordinate representation of color #BCADFC: hue angle of 251.39º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCADFC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 173 | 252 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.01 |
| HSL | 251.39º | 0.93% | 0.83% | - |
| HSV(B) | 251.39º | 0.31% | 0.99% | - |
| XYZ | 53.25 | 47.61 | 98.48 | - |
| YUV | 186.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 252 | 0.25 | 0.31 | 0 | 0.01 | 251.39 | 0.93 | 0.83 |
| Hex | BC | AD | FC | 19 | 1F | 0 | 1 | FB | 5D | 53 |
| Octal | 274 | 255 | 374 | 31 | 37 | 0 | 1 | 373 | 135 | 123 |
| Binary | 10111100 | 10101101 | 11111100 | 11001 | 11111 | 0 | 1 | 11111011 | 1011101 | 1010011 |
Color Harmonies of #BCADFC
Complementary color
Monochromatic Colors of #BCADFC
Black with #BCADFC
Text Example
Text Example
White with #BCADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADFC; }
p { color: rgb(188,173,252); }
H1.HeaderClassName
{
color: #BCADFC;
}
.AnyTagClassName
{
color: #BCADFC;
}
</style>
background-color css
<style>
a { background-color: #BCADFC; }
a { background-color: rgb(188,173,252); }
div.DivClassName
{
background-color: #BCADFC;
}
.BgClassName
{
background-color: #BCADFC;
}
</style>
border-color css
<style>
span { border-color: #BCADFC; }
span { border-color: rgb(188,173,252); }
td.TdClassName
{
border-color: #BCADFC;
}
.TagClassName
{
border-color: #BCADFC;
}
</style>