Shades of Melrose #BCB0DD
Tints of Melrose #BCB0DD
RGB
CMYK
RGB Variations
Color information
#BCB0DD (or 0xBCB0DD) is known color: Melrose. HEX triplet: BC, B0 and DD. RGB value is (188,176,221). Sum of RGB (Red+Green+Blue) = 188+176+221=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DD is #434F22. Grayscale: #B8B8B8. Windows color (decimal): -4411171 or 14528700. OLE color: 14528700.
HSL color Cylindrical-coordinate representation of color #BCB0DD: hue angle of 256º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB0DD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 176 | 221 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 256º | 0.4% | 0.78% | - |
| HSV(B) | 256º | 0.2% | 0.87% | - |
| XYZ | 49.32 | 46.96 | 74.87 | - |
| YUV | 184.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 221 | 0.15 | 0.20 | 0 | 0.13 | 256 | 0.4 | 0.78 |
| Hex | BC | B0 | DD | F | 14 | 0 | D | 100 | 28 | 4E |
| Octal | 274 | 260 | 335 | 17 | 24 | 0 | 15 | 400 | 50 | 116 |
| Binary | 10111100 | 10110000 | 11011101 | 1111 | 10100 | 0 | 1101 | 100000000 | 101000 | 1001110 |
Color Harmonies of #BCB0DD
Complementary color
Monochromatic Colors of #BCB0DD
Black with #BCB0DD
Text Example
Text Example
White with #BCB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0DD; }
p { color: rgb(188,176,221); }
H1.HeaderClassName
{
color: #BCB0DD;
}
.AnyTagClassName
{
color: #BCB0DD;
}
</style>
background-color css
<style>
a { background-color: #BCB0DD; }
a { background-color: rgb(188,176,221); }
div.DivClassName
{
background-color: #BCB0DD;
}
.BgClassName
{
background-color: #BCB0DD;
}
</style>
border-color css
<style>
span { border-color: #BCB0DD; }
span { border-color: rgb(188,176,221); }
td.TdClassName
{
border-color: #BCB0DD;
}
.TagClassName
{
border-color: #BCB0DD;
}
</style>