Shades of Perfume #BCA6EC
Tints of Perfume #BCA6EC
RGB
CMYK
RGB Variations
Color information
#BCA6EC (or 0xBCA6EC) is known color: Perfume. HEX triplet: BC, A6 and EC. RGB value is (188,166,236). Sum of RGB (Red+Green+Blue) = 188+166+236=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6EC is #435913. Grayscale: #B4B4B4. Windows color (decimal): -4413716 or 15509180. OLE color: 15509180.
HSL color Cylindrical-coordinate representation of color #BCA6EC: hue angle of 258.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA6EC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 166 | 236 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.07 |
| HSL | 258.86º | 0.65% | 0.79% | - |
| HSV(B) | 258.86º | 0.3% | 0.93% | - |
| XYZ | 49.52 | 44.02 | 85.24 | - |
| YUV | 180.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 236 | 0.20 | 0.30 | 0 | 0.07 | 258.86 | 0.65 | 0.79 |
| Hex | BC | A6 | EC | 14 | 1E | 0 | 7 | 103 | 41 | 4F |
| Octal | 274 | 246 | 354 | 24 | 36 | 0 | 7 | 403 | 101 | 117 |
| Binary | 10111100 | 10100110 | 11101100 | 10100 | 11110 | 0 | 111 | 100000011 | 1000001 | 1001111 |
Color Harmonies of #BCA6EC
Complementary color
Monochromatic Colors of #BCA6EC
Black with #BCA6EC
Text Example
Text Example
White with #BCA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6EC; }
p { color: rgb(188,166,236); }
H1.HeaderClassName
{
color: #BCA6EC;
}
.AnyTagClassName
{
color: #BCA6EC;
}
</style>
background-color css
<style>
a { background-color: #BCA6EC; }
a { background-color: rgb(188,166,236); }
div.DivClassName
{
background-color: #BCA6EC;
}
.BgClassName
{
background-color: #BCA6EC;
}
</style>
border-color css
<style>
span { border-color: #BCA6EC; }
span { border-color: rgb(188,166,236); }
td.TdClassName
{
border-color: #BCA6EC;
}
.TagClassName
{
border-color: #BCA6EC;
}
</style>