Shades of Melrose #BCADEB
Tints of Melrose #BCADEB
RGB
CMYK
RGB Variations
Color information
#BCADEB (or 0xBCADEB) is known color: Melrose. HEX triplet: BC, AD and EB. RGB value is (188,173,235). Sum of RGB (Red+Green+Blue) = 188+173+235=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEB is #435214. Grayscale: #B8B8B8. Windows color (decimal): -4411925 or 15445436. OLE color: 15445436.
HSL color Cylindrical-coordinate representation of color #BCADEB: hue angle of 254.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCADEB is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 173 | 235 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.08 |
| HSL | 254.52º | 0.61% | 0.8% | - |
| HSV(B) | 254.52º | 0.26% | 0.92% | - |
| XYZ | 50.68 | 46.58 | 84.92 | - |
| YUV | 184.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 235 | 0.2 | 0.26 | 0 | 0.08 | 254.52 | 0.61 | 0.8 |
| Hex | BC | AD | EB | 14 | 1A | 0 | 8 | FF | 3D | 50 |
| Octal | 274 | 255 | 353 | 24 | 32 | 0 | 10 | 377 | 75 | 120 |
| Binary | 10111100 | 10101101 | 11101011 | 10100 | 11010 | 0 | 1000 | 11111111 | 111101 | 1010000 |
Color Harmonies of #BCADEB
Complementary color
Monochromatic Colors of #BCADEB
Black with #BCADEB
Text Example
Text Example
White with #BCADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADEB; }
p { color: rgb(188,173,235); }
H1.HeaderClassName
{
color: #BCADEB;
}
.AnyTagClassName
{
color: #BCADEB;
}
</style>
background-color css
<style>
a { background-color: #BCADEB; }
a { background-color: rgb(188,173,235); }
div.DivClassName
{
background-color: #BCADEB;
}
.BgClassName
{
background-color: #BCADEB;
}
</style>
border-color css
<style>
span { border-color: #BCADEB; }
span { border-color: rgb(188,173,235); }
td.TdClassName
{
border-color: #BCADEB;
}
.TagClassName
{
border-color: #BCADEB;
}
</style>