Shades of Perfume #BCA8C9
Tints of Perfume #BCA8C9
RGB
CMYK
RGB Variations
Color information
#BCA8C9 (or 0xBCA8C9) is known color: Perfume. HEX triplet: BC, A8 and C9. RGB value is (188,168,201). Sum of RGB (Red+Green+Blue) = 188+168+201=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8C9 is #435736. Grayscale: #B1B1B1. Windows color (decimal): -4413239 or 13215932. OLE color: 13215932.
HSL color Cylindrical-coordinate representation of color #BCA8C9: hue angle of 276.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA8C9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 168 | 201 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.21 |
| HSL | 276.36º | 0.23% | 0.72% | - |
| HSV(B) | 276.36º | 0.16% | 0.79% | - |
| XYZ | 45.28 | 42.91 | 61.15 | - |
| YUV | 177.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 201 | 0.06 | 0.16 | 0 | 0.21 | 276.36 | 0.23 | 0.72 |
| Hex | BC | A8 | C9 | 6 | 10 | 0 | 15 | 114 | 17 | 48 |
| Octal | 274 | 250 | 311 | 6 | 20 | 0 | 25 | 424 | 27 | 110 |
| Binary | 10111100 | 10101000 | 11001001 | 110 | 10000 | 0 | 10101 | 100010100 | 10111 | 1001000 |
Color Harmonies of #BCA8C9
Complementary color
Monochromatic Colors of #BCA8C9
Black with #BCA8C9
Text Example
Text Example
White with #BCA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8C9; }
p { color: rgb(188,168,201); }
H1.HeaderClassName
{
color: #BCA8C9;
}
.AnyTagClassName
{
color: #BCA8C9;
}
</style>
background-color css
<style>
a { background-color: #BCA8C9; }
a { background-color: rgb(188,168,201); }
div.DivClassName
{
background-color: #BCA8C9;
}
.BgClassName
{
background-color: #BCA8C9;
}
</style>
border-color css
<style>
span { border-color: #BCA8C9; }
span { border-color: rgb(188,168,201); }
td.TdClassName
{
border-color: #BCA8C9;
}
.TagClassName
{
border-color: #BCA8C9;
}
</style>