Shades of Perfume #BCA0E0
Tints of Perfume #BCA0E0
RGB
CMYK
RGB Variations
Color information
#BCA0E0 (or 0xBCA0E0) is known color: Perfume. HEX triplet: BC, A0 and E0. RGB value is (188,160,224). Sum of RGB (Red+Green+Blue) = 188+160+224=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0E0 is #435F1F. Grayscale: #AFAFAF. Windows color (decimal): -4415264 or 14721212. OLE color: 14721212.
HSL color Cylindrical-coordinate representation of color #BCA0E0: hue angle of 266.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA0E0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 160 | 224 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.12 |
| HSL | 266.25º | 0.51% | 0.75% | - |
| HSV(B) | 266.25º | 0.29% | 0.88% | - |
| XYZ | 46.76 | 41.21 | 76.01 | - |
| YUV | 175.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 224 | 0.16 | 0.29 | 0 | 0.12 | 266.25 | 0.51 | 0.75 |
| Hex | BC | A0 | E0 | 10 | 1D | 0 | C | 10A | 33 | 4B |
| Octal | 274 | 240 | 340 | 20 | 35 | 0 | 14 | 412 | 63 | 113 |
| Binary | 10111100 | 10100000 | 11100000 | 10000 | 11101 | 0 | 1100 | 100001010 | 110011 | 1001011 |
Color Harmonies of #BCA0E0
Complementary color
Monochromatic Colors of #BCA0E0
Black with #BCA0E0
Text Example
Text Example
White with #BCA0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0E0; }
p { color: rgb(188,160,224); }
H1.HeaderClassName
{
color: #BCA0E0;
}
.AnyTagClassName
{
color: #BCA0E0;
}
</style>
background-color css
<style>
a { background-color: #BCA0E0; }
a { background-color: rgb(188,160,224); }
div.DivClassName
{
background-color: #BCA0E0;
}
.BgClassName
{
background-color: #BCA0E0;
}
</style>
border-color css
<style>
span { border-color: #BCA0E0; }
span { border-color: rgb(188,160,224); }
td.TdClassName
{
border-color: #BCA0E0;
}
.TagClassName
{
border-color: #BCA0E0;
}
</style>