Shades of Perfume #BCA0DB
Tints of Perfume #BCA0DB
RGB
CMYK
RGB Variations
Color information
#BCA0DB (or 0xBCA0DB) is known color: Perfume. HEX triplet: BC, A0 and DB. RGB value is (188,160,219). Sum of RGB (Red+Green+Blue) = 188+160+219=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0DB is #435F24. Grayscale: #AEAEAE. Windows color (decimal): -4415269 or 14393532. OLE color: 14393532.
HSL color Cylindrical-coordinate representation of color #BCA0DB: hue angle of 268.47º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA0DB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 160 | 219 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.14 |
| HSL | 268.47º | 0.45% | 0.74% | - |
| HSV(B) | 268.47º | 0.27% | 0.86% | - |
| XYZ | 46.1 | 40.95 | 72.49 | - |
| YUV | 175.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 219 | 0.14 | 0.27 | 0 | 0.14 | 268.47 | 0.45 | 0.74 |
| Hex | BC | A0 | DB | E | 1B | 0 | E | 10C | 2D | 4A |
| Octal | 274 | 240 | 333 | 16 | 33 | 0 | 16 | 414 | 55 | 112 |
| Binary | 10111100 | 10100000 | 11011011 | 1110 | 11011 | 0 | 1110 | 100001100 | 101101 | 1001010 |
Color Harmonies of #BCA0DB
Complementary color
Monochromatic Colors of #BCA0DB
Black with #BCA0DB
Text Example
Text Example
White with #BCA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0DB; }
p { color: rgb(188,160,219); }
H1.HeaderClassName
{
color: #BCA0DB;
}
.AnyTagClassName
{
color: #BCA0DB;
}
</style>
background-color css
<style>
a { background-color: #BCA0DB; }
a { background-color: rgb(188,160,219); }
div.DivClassName
{
background-color: #BCA0DB;
}
.BgClassName
{
background-color: #BCA0DB;
}
</style>
border-color css
<style>
span { border-color: #BCA0DB; }
span { border-color: rgb(188,160,219); }
td.TdClassName
{
border-color: #BCA0DB;
}
.TagClassName
{
border-color: #BCA0DB;
}
</style>