Shades of Perfume #BCA1D5
Tints of Perfume #BCA1D5
RGB
CMYK
RGB Variations
Color information
#BCA1D5 (or 0xBCA1D5) is known color: Perfume. HEX triplet: BC, A1 and D5. RGB value is (188,161,213). Sum of RGB (Red+Green+Blue) = 188+161+213=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1D5 is #435E2A. Grayscale: #AEAEAE. Windows color (decimal): -4415019 or 14000572. OLE color: 14000572.
HSL color Cylindrical-coordinate representation of color #BCA1D5: hue angle of 271.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA1D5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 161 | 213 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.16 |
| HSL | 271.15º | 0.38% | 0.73% | - |
| HSV(B) | 271.15º | 0.24% | 0.84% | - |
| XYZ | 45.49 | 40.99 | 68.46 | - |
| YUV | 175 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 213 | 0.12 | 0.24 | 0 | 0.16 | 271.15 | 0.38 | 0.73 |
| Hex | BC | A1 | D5 | C | 18 | 0 | 10 | 10F | 26 | 49 |
| Octal | 274 | 241 | 325 | 14 | 30 | 0 | 20 | 417 | 46 | 111 |
| Binary | 10111100 | 10100001 | 11010101 | 1100 | 11000 | 0 | 10000 | 100001111 | 100110 | 1001001 |
Color Harmonies of #BCA1D5
Complementary color
Monochromatic Colors of #BCA1D5
Black with #BCA1D5
Text Example
Text Example
White with #BCA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1D5; }
p { color: rgb(188,161,213); }
H1.HeaderClassName
{
color: #BCA1D5;
}
.AnyTagClassName
{
color: #BCA1D5;
}
</style>
background-color css
<style>
a { background-color: #BCA1D5; }
a { background-color: rgb(188,161,213); }
div.DivClassName
{
background-color: #BCA1D5;
}
.BgClassName
{
background-color: #BCA1D5;
}
</style>
border-color css
<style>
span { border-color: #BCA1D5; }
span { border-color: rgb(188,161,213); }
td.TdClassName
{
border-color: #BCA1D5;
}
.TagClassName
{
border-color: #BCA1D5;
}
</style>