Shades of Perfume #BCA8CA
Tints of Perfume #BCA8CA
RGB
CMYK
RGB Variations
Color information
#BCA8CA (or 0xBCA8CA) is known color: Perfume. HEX triplet: BC, A8 and CA. RGB value is (188,168,202). Sum of RGB (Red+Green+Blue) = 188+168+202=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CA is #435735. Grayscale: #B1B1B1. Windows color (decimal): -4413238 or 13281468. OLE color: 13281468.
HSL color Cylindrical-coordinate representation of color #BCA8CA: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA8CA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 168 | 202 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.21 |
| HSL | 275.29º | 0.24% | 0.73% | - |
| HSV(B) | 275.29º | 0.17% | 0.79% | - |
| XYZ | 45.4 | 42.96 | 61.78 | - |
| YUV | 177.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 202 | 0.07 | 0.17 | 0 | 0.21 | 275.29 | 0.24 | 0.73 |
| Hex | BC | A8 | CA | 7 | 11 | 0 | 15 | 113 | 18 | 49 |
| Octal | 274 | 250 | 312 | 7 | 21 | 0 | 25 | 423 | 30 | 111 |
| Binary | 10111100 | 10101000 | 11001010 | 111 | 10001 | 0 | 10101 | 100010011 | 11000 | 1001001 |
Color Harmonies of #BCA8CA
Complementary color
Monochromatic Colors of #BCA8CA
Black with #BCA8CA
Text Example
Text Example
White with #BCA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8CA; }
p { color: rgb(188,168,202); }
H1.HeaderClassName
{
color: #BCA8CA;
}
.AnyTagClassName
{
color: #BCA8CA;
}
</style>
background-color css
<style>
a { background-color: #BCA8CA; }
a { background-color: rgb(188,168,202); }
div.DivClassName
{
background-color: #BCA8CA;
}
.BgClassName
{
background-color: #BCA8CA;
}
</style>
border-color css
<style>
span { border-color: #BCA8CA; }
span { border-color: rgb(188,168,202); }
td.TdClassName
{
border-color: #BCA8CA;
}
.TagClassName
{
border-color: #BCA8CA;
}
</style>