Shades of Melrose #BCA9E9
Tints of Melrose #BCA9E9
RGB
CMYK
RGB Variations
Color information
#BCA9E9 (or 0xBCA9E9) is known color: Melrose. HEX triplet: BC, A9 and E9. RGB value is (188,169,233). Sum of RGB (Red+Green+Blue) = 188+169+233=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9E9 is #435616. Grayscale: #B5B5B5. Windows color (decimal): -4412951 or 15313340. OLE color: 15313340.
HSL color Cylindrical-coordinate representation of color #BCA9E9: hue angle of 257.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA9E9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 169 | 233 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.09 |
| HSL | 257.81º | 0.59% | 0.79% | - |
| HSV(B) | 257.81º | 0.27% | 0.91% | - |
| XYZ | 49.63 | 44.95 | 83.15 | - |
| YUV | 181.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 233 | 0.19 | 0.27 | 0 | 0.09 | 257.81 | 0.59 | 0.79 |
| Hex | BC | A9 | E9 | 13 | 1B | 0 | 9 | 102 | 3B | 4F |
| Octal | 274 | 251 | 351 | 23 | 33 | 0 | 11 | 402 | 73 | 117 |
| Binary | 10111100 | 10101001 | 11101001 | 10011 | 11011 | 0 | 1001 | 100000010 | 111011 | 1001111 |
Color Harmonies of #BCA9E9
Complementary color
Monochromatic Colors of #BCA9E9
Black with #BCA9E9
Text Example
Text Example
White with #BCA9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA9E9; }
p { color: rgb(188,169,233); }
H1.HeaderClassName
{
color: #BCA9E9;
}
.AnyTagClassName
{
color: #BCA9E9;
}
</style>
background-color css
<style>
a { background-color: #BCA9E9; }
a { background-color: rgb(188,169,233); }
div.DivClassName
{
background-color: #BCA9E9;
}
.BgClassName
{
background-color: #BCA9E9;
}
</style>
border-color css
<style>
span { border-color: #BCA9E9; }
span { border-color: rgb(188,169,233); }
td.TdClassName
{
border-color: #BCA9E9;
}
.TagClassName
{
border-color: #BCA9E9;
}
</style>