Shades of Perfume #BCAACB
Tints of Perfume #BCAACB
RGB
CMYK
RGB Variations
Color information
#BCAACB (or 0xBCAACB) is known color: Perfume. HEX triplet: BC, AA and CB. RGB value is (188,170,203). Sum of RGB (Red+Green+Blue) = 188+170+203=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACB is #435534. Grayscale: #B3B3B3. Windows color (decimal): -4412725 or 13347516. OLE color: 13347516.
HSL color Cylindrical-coordinate representation of color #BCAACB: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAACB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 170 | 203 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.20 |
| HSL | 272.73º | 0.24% | 0.73% | - |
| HSV(B) | 272.73º | 0.16% | 0.8% | - |
| XYZ | 45.89 | 43.75 | 62.53 | - |
| YUV | 179.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 203 | 0.07 | 0.16 | 0 | 0.20 | 272.73 | 0.24 | 0.73 |
| Hex | BC | AA | CB | 7 | 10 | 0 | 14 | 111 | 18 | 49 |
| Octal | 274 | 252 | 313 | 7 | 20 | 0 | 24 | 421 | 30 | 111 |
| Binary | 10111100 | 10101010 | 11001011 | 111 | 10000 | 0 | 10100 | 100010001 | 11000 | 1001001 |
Color Harmonies of #BCAACB
Complementary color
Monochromatic Colors of #BCAACB
Black with #BCAACB
Text Example
Text Example
White with #BCAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAACB; }
p { color: rgb(188,170,203); }
H1.HeaderClassName
{
color: #BCAACB;
}
.AnyTagClassName
{
color: #BCAACB;
}
</style>
background-color css
<style>
a { background-color: #BCAACB; }
a { background-color: rgb(188,170,203); }
div.DivClassName
{
background-color: #BCAACB;
}
.BgClassName
{
background-color: #BCAACB;
}
</style>
border-color css
<style>
span { border-color: #BCAACB; }
span { border-color: rgb(188,170,203); }
td.TdClassName
{
border-color: #BCAACB;
}
.TagClassName
{
border-color: #BCAACB;
}
</style>