Shades of Perfume #BCA0E9
Tints of Perfume #BCA0E9
RGB
CMYK
RGB Variations
Color information
#BCA0E9 (or 0xBCA0E9) is known color: Perfume. HEX triplet: BC, A0 and E9. RGB value is (188,160,233). Sum of RGB (Red+Green+Blue) = 188+160+233=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCA0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0E9 is #435F16. Grayscale: #B0B0B0. Windows color (decimal): -4415255 or 15311036. OLE color: 15311036.
HSL color Cylindrical-coordinate representation of color #BCA0E9: hue angle of 263.01º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA0E9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 160 | 233 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.09 |
| HSL | 263.01º | 0.62% | 0.77% | - |
| HSV(B) | 263.01º | 0.31% | 0.91% | - |
| XYZ | 48.02 | 41.72 | 82.61 | - |
| YUV | 176.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 233 | 0.19 | 0.31 | 0 | 0.09 | 263.01 | 0.62 | 0.77 |
| Hex | BC | A0 | E9 | 13 | 1F | 0 | 9 | 107 | 3E | 4D |
| Octal | 274 | 240 | 351 | 23 | 37 | 0 | 11 | 407 | 76 | 115 |
| Binary | 10111100 | 10100000 | 11101001 | 10011 | 11111 | 0 | 1001 | 100000111 | 111110 | 1001101 |
Color Harmonies of #BCA0E9
Complementary color
Monochromatic Colors of #BCA0E9
Black with #BCA0E9
Text Example
Text Example
White with #BCA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0E9; }
p { color: rgb(188,160,233); }
H1.HeaderClassName
{
color: #BCA0E9;
}
.AnyTagClassName
{
color: #BCA0E9;
}
</style>
background-color css
<style>
a { background-color: #BCA0E9; }
a { background-color: rgb(188,160,233); }
div.DivClassName
{
background-color: #BCA0E9;
}
.BgClassName
{
background-color: #BCA0E9;
}
</style>
border-color css
<style>
span { border-color: #BCA0E9; }
span { border-color: rgb(188,160,233); }
td.TdClassName
{
border-color: #BCA0E9;
}
.TagClassName
{
border-color: #BCA0E9;
}
</style>