Shades of Perfume #BCA0D4
Tints of Perfume #BCA0D4
RGB
CMYK
RGB Variations
Color information
#BCA0D4 (or 0xBCA0D4) is known color: Perfume. HEX triplet: BC, A0 and D4. RGB value is (188,160,212). Sum of RGB (Red+Green+Blue) = 188+160+212=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D4 is #435F2B. Grayscale: #AEAEAE. Windows color (decimal): -4415276 or 13934780. OLE color: 13934780.
HSL color Cylindrical-coordinate representation of color #BCA0D4: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA0D4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 160 | 212 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.17 |
| HSL | 272.31º | 0.38% | 0.73% | - |
| HSV(B) | 272.31º | 0.25% | 0.83% | - |
| XYZ | 45.19 | 40.59 | 67.74 | - |
| YUV | 174.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 212 | 0.11 | 0.25 | 0 | 0.17 | 272.31 | 0.38 | 0.73 |
| Hex | BC | A0 | D4 | B | 19 | 0 | 11 | 110 | 26 | 49 |
| Octal | 274 | 240 | 324 | 13 | 31 | 0 | 21 | 420 | 46 | 111 |
| Binary | 10111100 | 10100000 | 11010100 | 1011 | 11001 | 0 | 10001 | 100010000 | 100110 | 1001001 |
Color Harmonies of #BCA0D4
Complementary color
Monochromatic Colors of #BCA0D4
Black with #BCA0D4
Text Example
Text Example
White with #BCA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0D4; }
p { color: rgb(188,160,212); }
H1.HeaderClassName
{
color: #BCA0D4;
}
.AnyTagClassName
{
color: #BCA0D4;
}
</style>
background-color css
<style>
a { background-color: #BCA0D4; }
a { background-color: rgb(188,160,212); }
div.DivClassName
{
background-color: #BCA0D4;
}
.BgClassName
{
background-color: #BCA0D4;
}
</style>
border-color css
<style>
span { border-color: #BCA0D4; }
span { border-color: rgb(188,160,212); }
td.TdClassName
{
border-color: #BCA0D4;
}
.TagClassName
{
border-color: #BCA0D4;
}
</style>