Shades of Melrose #BCADFE
Tints of Melrose #BCADFE
RGB
CMYK
RGB Variations
Color information
#BCADFE (or 0xBCADFE) is known color: Melrose. HEX triplet: BC, AD and FE. RGB value is (188,173,254). Sum of RGB (Red+Green+Blue) = 188+173+254=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADFE is #435201. Grayscale: #BABABA. Windows color (decimal): -4411906 or 16690620. OLE color: 16690620.
HSL color Cylindrical-coordinate representation of color #BCADFE: hue angle of 251.11º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCADFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 173 | 254 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.00 |
| HSL | 251.11º | 0.98% | 0.84% | - |
| HSV(B) | 251.11º | 0.32% | 1% | - |
| XYZ | 53.57 | 47.73 | 100.16 | - |
| YUV | 186.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 254 | 0.26 | 0.32 | 0 | 0.00 | 251.11 | 0.98 | 0.84 |
| Hex | BC | AD | FE | 1A | 20 | 0 | 0 | FB | 62 | 54 |
| Octal | 274 | 255 | 376 | 32 | 40 | 0 | 0 | 373 | 142 | 124 |
| Binary | 10111100 | 10101101 | 11111110 | 11010 | 100000 | 0 | 0 | 11111011 | 1100010 | 1010100 |
Color Harmonies of #BCADFE
Complementary color
Monochromatic Colors of #BCADFE
Black with #BCADFE
Text Example
Text Example
White with #BCADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADFE; }
p { color: rgb(188,173,254); }
H1.HeaderClassName
{
color: #BCADFE;
}
.AnyTagClassName
{
color: #BCADFE;
}
</style>
background-color css
<style>
a { background-color: #BCADFE; }
a { background-color: rgb(188,173,254); }
div.DivClassName
{
background-color: #BCADFE;
}
.BgClassName
{
background-color: #BCADFE;
}
</style>
border-color css
<style>
span { border-color: #BCADFE; }
span { border-color: rgb(188,173,254); }
td.TdClassName
{
border-color: #BCADFE;
}
.TagClassName
{
border-color: #BCADFE;
}
</style>