Shades of Perfume #BCA1DF
Tints of Perfume #BCA1DF
RGB
CMYK
RGB Variations
Color information
#BCA1DF (or 0xBCA1DF) is known color: Perfume. HEX triplet: BC, A1 and DF. RGB value is (188,161,223). Sum of RGB (Red+Green+Blue) = 188+161+223=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1DF is #435E20. Grayscale: #AFAFAF. Windows color (decimal): -4415009 or 14655932. OLE color: 14655932.
HSL color Cylindrical-coordinate representation of color #BCA1DF: hue angle of 266.13º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA1DF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 161 | 223 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 266.13º | 0.49% | 0.75% | - |
| HSV(B) | 266.13º | 0.28% | 0.87% | - |
| XYZ | 46.8 | 41.51 | 75.36 | - |
| YUV | 176.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 223 | 0.16 | 0.28 | 0 | 0.13 | 266.13 | 0.49 | 0.75 |
| Hex | BC | A1 | DF | 10 | 1C | 0 | D | 10A | 31 | 4B |
| Octal | 274 | 241 | 337 | 20 | 34 | 0 | 15 | 412 | 61 | 113 |
| Binary | 10111100 | 10100001 | 11011111 | 10000 | 11100 | 0 | 1101 | 100001010 | 110001 | 1001011 |
Color Harmonies of #BCA1DF
Complementary color
Monochromatic Colors of #BCA1DF
Black with #BCA1DF
Text Example
Text Example
White with #BCA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1DF; }
p { color: rgb(188,161,223); }
H1.HeaderClassName
{
color: #BCA1DF;
}
.AnyTagClassName
{
color: #BCA1DF;
}
</style>
background-color css
<style>
a { background-color: #BCA1DF; }
a { background-color: rgb(188,161,223); }
div.DivClassName
{
background-color: #BCA1DF;
}
.BgClassName
{
background-color: #BCA1DF;
}
</style>
border-color css
<style>
span { border-color: #BCA1DF; }
span { border-color: rgb(188,161,223); }
td.TdClassName
{
border-color: #BCA1DF;
}
.TagClassName
{
border-color: #BCA1DF;
}
</style>