Shades of Perfume #BCA3CA
Tints of Perfume #BCA3CA
RGB
CMYK
RGB Variations
Color information
#BCA3CA (or 0xBCA3CA) is known color: Perfume. HEX triplet: BC, A3 and CA. RGB value is (188,163,202). Sum of RGB (Red+Green+Blue) = 188+163+202=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CA is #435C35. Grayscale: #AEAEAE. Windows color (decimal): -4414518 or 13280188. OLE color: 13280188.
HSL color Cylindrical-coordinate representation of color #BCA3CA: hue angle of 278.46º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA3CA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 163 | 202 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.21 |
| HSL | 278.46º | 0.27% | 0.72% | - |
| HSV(B) | 278.46º | 0.19% | 0.79% | - |
| XYZ | 44.5 | 41.15 | 61.47 | - |
| YUV | 174.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 202 | 0.07 | 0.19 | 0 | 0.21 | 278.46 | 0.27 | 0.72 |
| Hex | BC | A3 | CA | 7 | 13 | 0 | 15 | 116 | 1B | 48 |
| Octal | 274 | 243 | 312 | 7 | 23 | 0 | 25 | 426 | 33 | 110 |
| Binary | 10111100 | 10100011 | 11001010 | 111 | 10011 | 0 | 10101 | 100010110 | 11011 | 1001000 |
Color Harmonies of #BCA3CA
Complementary color
Monochromatic Colors of #BCA3CA
Black with #BCA3CA
Text Example
Text Example
White with #BCA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3CA; }
p { color: rgb(188,163,202); }
H1.HeaderClassName
{
color: #BCA3CA;
}
.AnyTagClassName
{
color: #BCA3CA;
}
</style>
background-color css
<style>
a { background-color: #BCA3CA; }
a { background-color: rgb(188,163,202); }
div.DivClassName
{
background-color: #BCA3CA;
}
.BgClassName
{
background-color: #BCA3CA;
}
</style>
border-color css
<style>
span { border-color: #BCA3CA; }
span { border-color: rgb(188,163,202); }
td.TdClassName
{
border-color: #BCA3CA;
}
.TagClassName
{
border-color: #BCA3CA;
}
</style>