Shades of Melrose #BCADFD
Tints of Melrose #BCADFD
RGB
CMYK
RGB Variations
Color information
#BCADFD (or 0xBCADFD) is known color: Melrose. HEX triplet: BC, AD and FD. RGB value is (188,173,253). Sum of RGB (Red+Green+Blue) = 188+173+253=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADFD is #435202. Grayscale: #BABABA. Windows color (decimal): -4411907 or 16625084. OLE color: 16625084.
HSL color Cylindrical-coordinate representation of color #BCADFD: hue angle of 251.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCADFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 173 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 251.25º | 0.95% | 0.84% | - |
| HSV(B) | 251.25º | 0.32% | 0.99% | - |
| XYZ | 53.41 | 47.67 | 99.31 | - |
| YUV | 186.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 253 | 0.26 | 0.32 | 0 | 0.01 | 251.25 | 0.95 | 0.84 |
| Hex | BC | AD | FD | 1A | 20 | 0 | 1 | FB | 5F | 54 |
| Octal | 274 | 255 | 375 | 32 | 40 | 0 | 1 | 373 | 137 | 124 |
| Binary | 10111100 | 10101101 | 11111101 | 11010 | 100000 | 0 | 1 | 11111011 | 1011111 | 1010100 |
Color Harmonies of #BCADFD
Complementary color
Monochromatic Colors of #BCADFD
Black with #BCADFD
Text Example
Text Example
White with #BCADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADFD; }
p { color: rgb(188,173,253); }
H1.HeaderClassName
{
color: #BCADFD;
}
.AnyTagClassName
{
color: #BCADFD;
}
</style>
background-color css
<style>
a { background-color: #BCADFD; }
a { background-color: rgb(188,173,253); }
div.DivClassName
{
background-color: #BCADFD;
}
.BgClassName
{
background-color: #BCADFD;
}
</style>
border-color css
<style>
span { border-color: #BCADFD; }
span { border-color: rgb(188,173,253); }
td.TdClassName
{
border-color: #BCADFD;
}
.TagClassName
{
border-color: #BCADFD;
}
</style>