Shades of Perfume #BCA6E0
Tints of Perfume #BCA6E0
RGB
CMYK
RGB Variations
Color information
#BCA6E0 (or 0xBCA6E0) is known color: Perfume. HEX triplet: BC, A6 and E0. RGB value is (188,166,224). Sum of RGB (Red+Green+Blue) = 188+166+224=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6E0 is #43591F. Grayscale: #B2B2B2. Windows color (decimal): -4413728 or 14722748. OLE color: 14722748.
HSL color Cylindrical-coordinate representation of color #BCA6E0: hue angle of 262.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA6E0 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 166 | 224 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.12 |
| HSL | 262.76º | 0.48% | 0.76% | - |
| HSV(B) | 262.76º | 0.26% | 0.88% | - |
| XYZ | 47.83 | 43.35 | 76.37 | - |
| YUV | 179.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 224 | 0.16 | 0.26 | 0 | 0.12 | 262.76 | 0.48 | 0.76 |
| Hex | BC | A6 | E0 | 10 | 1A | 0 | C | 107 | 30 | 4C |
| Octal | 274 | 246 | 340 | 20 | 32 | 0 | 14 | 407 | 60 | 114 |
| Binary | 10111100 | 10100110 | 11100000 | 10000 | 11010 | 0 | 1100 | 100000111 | 110000 | 1001100 |
Color Harmonies of #BCA6E0
Complementary color
Monochromatic Colors of #BCA6E0
Black with #BCA6E0
Text Example
Text Example
White with #BCA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6E0; }
p { color: rgb(188,166,224); }
H1.HeaderClassName
{
color: #BCA6E0;
}
.AnyTagClassName
{
color: #BCA6E0;
}
</style>
background-color css
<style>
a { background-color: #BCA6E0; }
a { background-color: rgb(188,166,224); }
div.DivClassName
{
background-color: #BCA6E0;
}
.BgClassName
{
background-color: #BCA6E0;
}
</style>
border-color css
<style>
span { border-color: #BCA6E0; }
span { border-color: rgb(188,166,224); }
td.TdClassName
{
border-color: #BCA6E0;
}
.TagClassName
{
border-color: #BCA6E0;
}
</style>