Shades of Perfume #BCA5DB
Tints of Perfume #BCA5DB
RGB
CMYK
RGB Variations
Color information
#BCA5DB (or 0xBCA5DB) is known color: Perfume. HEX triplet: BC, A5 and DB. RGB value is (188,165,219). Sum of RGB (Red+Green+Blue) = 188+165+219=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5DB is #435A24. Grayscale: #B1B1B1. Windows color (decimal): -4413989 or 14394812. OLE color: 14394812.
HSL color Cylindrical-coordinate representation of color #BCA5DB: hue angle of 265.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA5DB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 165 | 219 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.14 |
| HSL | 265.56º | 0.43% | 0.75% | - |
| HSV(B) | 265.56º | 0.25% | 0.86% | - |
| XYZ | 46.98 | 42.72 | 72.79 | - |
| YUV | 178.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 219 | 0.14 | 0.25 | 0 | 0.14 | 265.56 | 0.43 | 0.75 |
| Hex | BC | A5 | DB | E | 19 | 0 | E | 10A | 2B | 4B |
| Octal | 274 | 245 | 333 | 16 | 31 | 0 | 16 | 412 | 53 | 113 |
| Binary | 10111100 | 10100101 | 11011011 | 1110 | 11001 | 0 | 1110 | 100001010 | 101011 | 1001011 |
Color Harmonies of #BCA5DB
Complementary color
Monochromatic Colors of #BCA5DB
Black with #BCA5DB
Text Example
Text Example
White with #BCA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5DB; }
p { color: rgb(188,165,219); }
H1.HeaderClassName
{
color: #BCA5DB;
}
.AnyTagClassName
{
color: #BCA5DB;
}
</style>
background-color css
<style>
a { background-color: #BCA5DB; }
a { background-color: rgb(188,165,219); }
div.DivClassName
{
background-color: #BCA5DB;
}
.BgClassName
{
background-color: #BCA5DB;
}
</style>
border-color css
<style>
span { border-color: #BCA5DB; }
span { border-color: rgb(188,165,219); }
td.TdClassName
{
border-color: #BCA5DB;
}
.TagClassName
{
border-color: #BCA5DB;
}
</style>