Shades of Perfume #BCABC9
Tints of Perfume #BCABC9
RGB
CMYK
RGB Variations
Color information
#BCABC9 (or 0xBCABC9) is known color: Perfume. HEX triplet: BC, AB and C9. RGB value is (188,171,201). Sum of RGB (Red+Green+Blue) = 188+171+201=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC9 is #435436. Grayscale: #B3B3B3. Windows color (decimal): -4412471 or 13216700. OLE color: 13216700.
HSL color Cylindrical-coordinate representation of color #BCABC9: hue angle of 274º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCABC9 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 171 | 201 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.21 |
| HSL | 274º | 0.22% | 0.73% | - |
| HSV(B) | 274º | 0.15% | 0.79% | - |
| XYZ | 45.84 | 44.03 | 61.34 | - |
| YUV | 179.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 201 | 0.06 | 0.15 | 0 | 0.21 | 274 | 0.22 | 0.73 |
| Hex | BC | AB | C9 | 6 | F | 0 | 15 | 112 | 16 | 49 |
| Octal | 274 | 253 | 311 | 6 | 17 | 0 | 25 | 422 | 26 | 111 |
| Binary | 10111100 | 10101011 | 11001001 | 110 | 1111 | 0 | 10101 | 100010010 | 10110 | 1001001 |
Color Harmonies of #BCABC9
Complementary color
Monochromatic Colors of #BCABC9
Black with #BCABC9
Text Example
Text Example
White with #BCABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABC9; }
p { color: rgb(188,171,201); }
H1.HeaderClassName
{
color: #BCABC9;
}
.AnyTagClassName
{
color: #BCABC9;
}
</style>
background-color css
<style>
a { background-color: #BCABC9; }
a { background-color: rgb(188,171,201); }
div.DivClassName
{
background-color: #BCABC9;
}
.BgClassName
{
background-color: #BCABC9;
}
</style>
border-color css
<style>
span { border-color: #BCABC9; }
span { border-color: rgb(188,171,201); }
td.TdClassName
{
border-color: #BCABC9;
}
.TagClassName
{
border-color: #BCABC9;
}
</style>