Shades of Perfume #BCA0D0
Tints of Perfume #BCA0D0
RGB
CMYK
RGB Variations
Color information
#BCA0D0 (or 0xBCA0D0) is known color: Perfume. HEX triplet: BC, A0 and D0. RGB value is (188,160,208). Sum of RGB (Red+Green+Blue) = 188+160+208=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D0 is #435F2F. Grayscale: #ADADAD. Windows color (decimal): -4415280 or 13672636. OLE color: 13672636.
HSL color Cylindrical-coordinate representation of color #BCA0D0: hue angle of 275º degrees, saturation: 0.34, 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 #BCA0D0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 160 | 208 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.18 |
| HSL | 275º | 0.34% | 0.72% | - |
| HSV(B) | 275º | 0.23% | 0.82% | - |
| XYZ | 44.7 | 40.39 | 65.11 | - |
| YUV | 173.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 208 | 0.10 | 0.23 | 0 | 0.18 | 275 | 0.34 | 0.72 |
| Hex | BC | A0 | D0 | A | 17 | 0 | 12 | 113 | 22 | 48 |
| Octal | 274 | 240 | 320 | 12 | 27 | 0 | 22 | 423 | 42 | 110 |
| Binary | 10111100 | 10100000 | 11010000 | 1010 | 10111 | 0 | 10010 | 100010011 | 100010 | 1001000 |
Color Harmonies of #BCA0D0
Complementary color
Monochromatic Colors of #BCA0D0
Black with #BCA0D0
Text Example
Text Example
White with #BCA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0D0; }
p { color: rgb(188,160,208); }
H1.HeaderClassName
{
color: #BCA0D0;
}
.AnyTagClassName
{
color: #BCA0D0;
}
</style>
background-color css
<style>
a { background-color: #BCA0D0; }
a { background-color: rgb(188,160,208); }
div.DivClassName
{
background-color: #BCA0D0;
}
.BgClassName
{
background-color: #BCA0D0;
}
</style>
border-color css
<style>
span { border-color: #BCA0D0; }
span { border-color: rgb(188,160,208); }
td.TdClassName
{
border-color: #BCA0D0;
}
.TagClassName
{
border-color: #BCA0D0;
}
</style>