Shades of Perfume #BCA6D5
Tints of Perfume #BCA6D5
RGB
CMYK
RGB Variations
Color information
#BCA6D5 (or 0xBCA6D5) is known color: Perfume. HEX triplet: BC, A6 and D5. RGB value is (188,166,213). Sum of RGB (Red+Green+Blue) = 188+166+213=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6D5 is #43592A. Grayscale: #B1B1B1. Windows color (decimal): -4413739 or 14001852. OLE color: 14001852.
HSL color Cylindrical-coordinate representation of color #BCA6D5: hue angle of 268.09º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA6D5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 166 | 213 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.16 |
| HSL | 268.09º | 0.36% | 0.74% | - |
| HSV(B) | 268.09º | 0.22% | 0.84% | - |
| XYZ | 46.39 | 42.77 | 68.76 | - |
| YUV | 177.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 213 | 0.12 | 0.22 | 0 | 0.16 | 268.09 | 0.36 | 0.74 |
| Hex | BC | A6 | D5 | C | 16 | 0 | 10 | 10C | 24 | 4A |
| Octal | 274 | 246 | 325 | 14 | 26 | 0 | 20 | 414 | 44 | 112 |
| Binary | 10111100 | 10100110 | 11010101 | 1100 | 10110 | 0 | 10000 | 100001100 | 100100 | 1001010 |
Color Harmonies of #BCA6D5
Complementary color
Monochromatic Colors of #BCA6D5
Black with #BCA6D5
Text Example
Text Example
White with #BCA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6D5; }
p { color: rgb(188,166,213); }
H1.HeaderClassName
{
color: #BCA6D5;
}
.AnyTagClassName
{
color: #BCA6D5;
}
</style>
background-color css
<style>
a { background-color: #BCA6D5; }
a { background-color: rgb(188,166,213); }
div.DivClassName
{
background-color: #BCA6D5;
}
.BgClassName
{
background-color: #BCA6D5;
}
</style>
border-color css
<style>
span { border-color: #BCA6D5; }
span { border-color: rgb(188,166,213); }
td.TdClassName
{
border-color: #BCA6D5;
}
.TagClassName
{
border-color: #BCA6D5;
}
</style>