Shades of Melrose #BCADED
Tints of Melrose #BCADED
RGB
CMYK
RGB Variations
Color information
#BCADED (or 0xBCADED) is known color: Melrose. HEX triplet: BC, AD and ED. RGB value is (188,173,237). Sum of RGB (Red+Green+Blue) = 188+173+237=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADED is #435212. Grayscale: #B8B8B8. Windows color (decimal): -4411923 or 15576508. OLE color: 15576508.
HSL color Cylindrical-coordinate representation of color #BCADED: hue angle of 254.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCADED is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 173 | 237 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.07 |
| HSL | 254.06º | 0.64% | 0.8% | - |
| HSV(B) | 254.06º | 0.27% | 0.93% | - |
| XYZ | 50.97 | 46.69 | 86.45 | - |
| YUV | 184.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 237 | 0.21 | 0.27 | 0 | 0.07 | 254.06 | 0.64 | 0.8 |
| Hex | BC | AD | ED | 15 | 1B | 0 | 7 | FE | 40 | 50 |
| Octal | 274 | 255 | 355 | 25 | 33 | 0 | 7 | 376 | 100 | 120 |
| Binary | 10111100 | 10101101 | 11101101 | 10101 | 11011 | 0 | 111 | 11111110 | 1000000 | 1010000 |
Color Harmonies of #BCADED
Complementary color
Monochromatic Colors of #BCADED
Black with #BCADED
Text Example
Text Example
White with #BCADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADED; }
p { color: rgb(188,173,237); }
H1.HeaderClassName
{
color: #BCADED;
}
.AnyTagClassName
{
color: #BCADED;
}
</style>
background-color css
<style>
a { background-color: #BCADED; }
a { background-color: rgb(188,173,237); }
div.DivClassName
{
background-color: #BCADED;
}
.BgClassName
{
background-color: #BCADED;
}
</style>
border-color css
<style>
span { border-color: #BCADED; }
span { border-color: rgb(188,173,237); }
td.TdClassName
{
border-color: #BCADED;
}
.TagClassName
{
border-color: #BCADED;
}
</style>