Shades of Perfume #BCA1D0
Tints of Perfume #BCA1D0
RGB
CMYK
RGB Variations
Color information
#BCA1D0 (or 0xBCA1D0) is known color: Perfume. HEX triplet: BC, A1 and D0. RGB value is (188,161,208). Sum of RGB (Red+Green+Blue) = 188+161+208=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1D0 is #435E2F. Grayscale: #AEAEAE. Windows color (decimal): -4415024 or 13672892. OLE color: 13672892.
HSL color Cylindrical-coordinate representation of color #BCA1D0: hue angle of 274.47º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA1D0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 161 | 208 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.18 |
| HSL | 274.47º | 0.33% | 0.72% | - |
| HSV(B) | 274.47º | 0.23% | 0.82% | - |
| XYZ | 44.87 | 40.74 | 65.17 | - |
| YUV | 174.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 208 | 0.10 | 0.23 | 0 | 0.18 | 274.47 | 0.33 | 0.72 |
| Hex | BC | A1 | D0 | A | 17 | 0 | 12 | 112 | 21 | 48 |
| Octal | 274 | 241 | 320 | 12 | 27 | 0 | 22 | 422 | 41 | 110 |
| Binary | 10111100 | 10100001 | 11010000 | 1010 | 10111 | 0 | 10010 | 100010010 | 100001 | 1001000 |
Color Harmonies of #BCA1D0
Complementary color
Monochromatic Colors of #BCA1D0
Black with #BCA1D0
Text Example
Text Example
White with #BCA1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1D0; }
p { color: rgb(188,161,208); }
H1.HeaderClassName
{
color: #BCA1D0;
}
.AnyTagClassName
{
color: #BCA1D0;
}
</style>
background-color css
<style>
a { background-color: #BCA1D0; }
a { background-color: rgb(188,161,208); }
div.DivClassName
{
background-color: #BCA1D0;
}
.BgClassName
{
background-color: #BCA1D0;
}
</style>
border-color css
<style>
span { border-color: #BCA1D0; }
span { border-color: rgb(188,161,208); }
td.TdClassName
{
border-color: #BCA1D0;
}
.TagClassName
{
border-color: #BCA1D0;
}
</style>