Shades of Melrose #BCB2DF
Tints of Melrose #BCB2DF
RGB
CMYK
RGB Variations
Color information
#BCB2DF (or 0xBCB2DF) is known color: Melrose. HEX triplet: BC, B2 and DF. RGB value is (188,178,223). Sum of RGB (Red+Green+Blue) = 188+178+223=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DF is #434D20. Grayscale: #B9B9B9. Windows color (decimal): -4410657 or 14660284. OLE color: 14660284.
HSL color Cylindrical-coordinate representation of color #BCB2DF: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB2DF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 178 | 223 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.13 |
| HSL | 253.33º | 0.41% | 0.79% | - |
| HSV(B) | 253.33º | 0.2% | 0.87% | - |
| XYZ | 49.98 | 47.86 | 76.42 | - |
| YUV | 186.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 223 | 0.16 | 0.20 | 0 | 0.13 | 253.33 | 0.41 | 0.79 |
| Hex | BC | B2 | DF | 10 | 14 | 0 | D | FD | 29 | 4F |
| Octal | 274 | 262 | 337 | 20 | 24 | 0 | 15 | 375 | 51 | 117 |
| Binary | 10111100 | 10110010 | 11011111 | 10000 | 10100 | 0 | 1101 | 11111101 | 101001 | 1001111 |
Color Harmonies of #BCB2DF
Complementary color
Monochromatic Colors of #BCB2DF
Black with #BCB2DF
Text Example
Text Example
White with #BCB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2DF; }
p { color: rgb(188,178,223); }
H1.HeaderClassName
{
color: #BCB2DF;
}
.AnyTagClassName
{
color: #BCB2DF;
}
</style>
background-color css
<style>
a { background-color: #BCB2DF; }
a { background-color: rgb(188,178,223); }
div.DivClassName
{
background-color: #BCB2DF;
}
.BgClassName
{
background-color: #BCB2DF;
}
</style>
border-color css
<style>
span { border-color: #BCB2DF; }
span { border-color: rgb(188,178,223); }
td.TdClassName
{
border-color: #BCB2DF;
}
.TagClassName
{
border-color: #BCB2DF;
}
</style>