Shades of Perfume #BCAACA
Tints of Perfume #BCAACA
RGB
CMYK
RGB Variations
Color information
#BCAACA (or 0xBCAACA) is known color: Perfume. HEX triplet: BC, AA and CA. RGB value is (188,170,202). Sum of RGB (Red+Green+Blue) = 188+170+202=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACA is #435535. Grayscale: #B2B2B2. Windows color (decimal): -4412726 or 13281980. OLE color: 13281980.
HSL color Cylindrical-coordinate representation of color #BCAACA: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAACA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 170 | 202 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.21 |
| HSL | 273.75º | 0.23% | 0.73% | - |
| HSV(B) | 273.75º | 0.16% | 0.79% | - |
| XYZ | 45.77 | 43.71 | 61.9 | - |
| YUV | 179.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 202 | 0.07 | 0.16 | 0 | 0.21 | 273.75 | 0.23 | 0.73 |
| Hex | BC | AA | CA | 7 | 10 | 0 | 15 | 112 | 17 | 49 |
| Octal | 274 | 252 | 312 | 7 | 20 | 0 | 25 | 422 | 27 | 111 |
| Binary | 10111100 | 10101010 | 11001010 | 111 | 10000 | 0 | 10101 | 100010010 | 10111 | 1001001 |
Color Harmonies of #BCAACA
Complementary color
Monochromatic Colors of #BCAACA
Black with #BCAACA
Text Example
Text Example
White with #BCAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAACA; }
p { color: rgb(188,170,202); }
H1.HeaderClassName
{
color: #BCAACA;
}
.AnyTagClassName
{
color: #BCAACA;
}
</style>
background-color css
<style>
a { background-color: #BCAACA; }
a { background-color: rgb(188,170,202); }
div.DivClassName
{
background-color: #BCAACA;
}
.BgClassName
{
background-color: #BCAACA;
}
</style>
border-color css
<style>
span { border-color: #BCAACA; }
span { border-color: rgb(188,170,202); }
td.TdClassName
{
border-color: #BCAACA;
}
.TagClassName
{
border-color: #BCAACA;
}
</style>