Shades of Perfume #BCA8CB
Tints of Perfume #BCA8CB
RGB
CMYK
RGB Variations
Color information
#BCA8CB (or 0xBCA8CB) is known color: Perfume. HEX triplet: BC, A8 and CB. RGB value is (188,168,203). Sum of RGB (Red+Green+Blue) = 188+168+203=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CB is #435734. Grayscale: #B1B1B1. Windows color (decimal): -4413237 or 13347004. OLE color: 13347004.
HSL color Cylindrical-coordinate representation of color #BCA8CB: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA8CB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 168 | 203 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.20 |
| HSL | 274.29º | 0.25% | 0.73% | - |
| HSV(B) | 274.29º | 0.17% | 0.8% | - |
| XYZ | 45.52 | 43.01 | 62.4 | - |
| YUV | 177.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 203 | 0.07 | 0.17 | 0 | 0.20 | 274.29 | 0.25 | 0.73 |
| Hex | BC | A8 | CB | 7 | 11 | 0 | 14 | 112 | 19 | 49 |
| Octal | 274 | 250 | 313 | 7 | 21 | 0 | 24 | 422 | 31 | 111 |
| Binary | 10111100 | 10101000 | 11001011 | 111 | 10001 | 0 | 10100 | 100010010 | 11001 | 1001001 |
Color Harmonies of #BCA8CB
Complementary color
Monochromatic Colors of #BCA8CB
Black with #BCA8CB
Text Example
Text Example
White with #BCA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8CB; }
p { color: rgb(188,168,203); }
H1.HeaderClassName
{
color: #BCA8CB;
}
.AnyTagClassName
{
color: #BCA8CB;
}
</style>
background-color css
<style>
a { background-color: #BCA8CB; }
a { background-color: rgb(188,168,203); }
div.DivClassName
{
background-color: #BCA8CB;
}
.BgClassName
{
background-color: #BCA8CB;
}
</style>
border-color css
<style>
span { border-color: #BCA8CB; }
span { border-color: rgb(188,168,203); }
td.TdClassName
{
border-color: #BCA8CB;
}
.TagClassName
{
border-color: #BCA8CB;
}
</style>