Shades of Melrose #BCB2DE
Tints of Melrose #BCB2DE
RGB
CMYK
RGB Variations
Color information
#BCB2DE (or 0xBCB2DE) is known color: Melrose. HEX triplet: BC, B2 and DE. RGB value is (188,178,222). Sum of RGB (Red+Green+Blue) = 188+178+222=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DE is #434D21. Grayscale: #B9B9B9. Windows color (decimal): -4410658 or 14594748. OLE color: 14594748.
HSL color Cylindrical-coordinate representation of color #BCB2DE: hue angle of 253.64º 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 #BCB2DE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 178 | 222 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.13 |
| HSL | 253.64º | 0.4% | 0.78% | - |
| HSV(B) | 253.64º | 0.2% | 0.87% | - |
| XYZ | 49.84 | 47.81 | 75.71 | - |
| YUV | 186.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 222 | 0.15 | 0.20 | 0 | 0.13 | 253.64 | 0.4 | 0.78 |
| Hex | BC | B2 | DE | F | 14 | 0 | D | FE | 28 | 4E |
| Octal | 274 | 262 | 336 | 17 | 24 | 0 | 15 | 376 | 50 | 116 |
| Binary | 10111100 | 10110010 | 11011110 | 1111 | 10100 | 0 | 1101 | 11111110 | 101000 | 1001110 |
Color Harmonies of #BCB2DE
Complementary color
Monochromatic Colors of #BCB2DE
Black with #BCB2DE
Text Example
Text Example
White with #BCB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2DE; }
p { color: rgb(188,178,222); }
H1.HeaderClassName
{
color: #BCB2DE;
}
.AnyTagClassName
{
color: #BCB2DE;
}
</style>
background-color css
<style>
a { background-color: #BCB2DE; }
a { background-color: rgb(188,178,222); }
div.DivClassName
{
background-color: #BCB2DE;
}
.BgClassName
{
background-color: #BCB2DE;
}
</style>
border-color css
<style>
span { border-color: #BCB2DE; }
span { border-color: rgb(188,178,222); }
td.TdClassName
{
border-color: #BCB2DE;
}
.TagClassName
{
border-color: #BCB2DE;
}
</style>