Shades of Perfume #BCA8CE
Tints of Perfume #BCA8CE
RGB
CMYK
RGB Variations
Color information
#BCA8CE (or 0xBCA8CE) is known color: Perfume. HEX triplet: BC, A8 and CE. RGB value is (188,168,206). Sum of RGB (Red+Green+Blue) = 188+168+206=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CE is #435731. Grayscale: #B2B2B2. Windows color (decimal): -4413234 or 13543612. OLE color: 13543612.
HSL color Cylindrical-coordinate representation of color #BCA8CE: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA8CE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 168 | 206 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.19 |
| HSL | 271.58º | 0.28% | 0.73% | - |
| HSV(B) | 271.58º | 0.18% | 0.81% | - |
| XYZ | 45.88 | 43.15 | 64.3 | - |
| YUV | 178.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 206 | 0.09 | 0.18 | 0 | 0.19 | 271.58 | 0.28 | 0.73 |
| Hex | BC | A8 | CE | 9 | 12 | 0 | 13 | 110 | 1C | 49 |
| Octal | 274 | 250 | 316 | 11 | 22 | 0 | 23 | 420 | 34 | 111 |
| Binary | 10111100 | 10101000 | 11001110 | 1001 | 10010 | 0 | 10011 | 100010000 | 11100 | 1001001 |
Color Harmonies of #BCA8CE
Complementary color
Monochromatic Colors of #BCA8CE
Black with #BCA8CE
Text Example
Text Example
White with #BCA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8CE; }
p { color: rgb(188,168,206); }
H1.HeaderClassName
{
color: #BCA8CE;
}
.AnyTagClassName
{
color: #BCA8CE;
}
</style>
background-color css
<style>
a { background-color: #BCA8CE; }
a { background-color: rgb(188,168,206); }
div.DivClassName
{
background-color: #BCA8CE;
}
.BgClassName
{
background-color: #BCA8CE;
}
</style>
border-color css
<style>
span { border-color: #BCA8CE; }
span { border-color: rgb(188,168,206); }
td.TdClassName
{
border-color: #BCA8CE;
}
.TagClassName
{
border-color: #BCA8CE;
}
</style>