Shades of Perfume #BCA1DB
Tints of Perfume #BCA1DB
RGB
CMYK
RGB Variations
Color information
#BCA1DB (or 0xBCA1DB) is known color: Perfume. HEX triplet: BC, A1 and DB. RGB value is (188,161,219). Sum of RGB (Red+Green+Blue) = 188+161+219=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1DB is #435E24. Grayscale: #AFAFAF. Windows color (decimal): -4415013 or 14393788. OLE color: 14393788.
HSL color Cylindrical-coordinate representation of color #BCA1DB: hue angle of 267.93º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA1DB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 161 | 219 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.14 |
| HSL | 267.93º | 0.45% | 0.75% | - |
| HSV(B) | 267.93º | 0.26% | 0.86% | - |
| XYZ | 46.27 | 41.3 | 72.55 | - |
| YUV | 175.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 219 | 0.14 | 0.26 | 0 | 0.14 | 267.93 | 0.45 | 0.75 |
| Hex | BC | A1 | DB | E | 1A | 0 | E | 10C | 2D | 4B |
| Octal | 274 | 241 | 333 | 16 | 32 | 0 | 16 | 414 | 55 | 113 |
| Binary | 10111100 | 10100001 | 11011011 | 1110 | 11010 | 0 | 1110 | 100001100 | 101101 | 1001011 |
Color Harmonies of #BCA1DB
Complementary color
Monochromatic Colors of #BCA1DB
Black with #BCA1DB
Text Example
Text Example
White with #BCA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1DB; }
p { color: rgb(188,161,219); }
H1.HeaderClassName
{
color: #BCA1DB;
}
.AnyTagClassName
{
color: #BCA1DB;
}
</style>
background-color css
<style>
a { background-color: #BCA1DB; }
a { background-color: rgb(188,161,219); }
div.DivClassName
{
background-color: #BCA1DB;
}
.BgClassName
{
background-color: #BCA1DB;
}
</style>
border-color css
<style>
span { border-color: #BCA1DB; }
span { border-color: rgb(188,161,219); }
td.TdClassName
{
border-color: #BCA1DB;
}
.TagClassName
{
border-color: #BCA1DB;
}
</style>