Shades of Perfume #BCA2CF
Tints of Perfume #BCA2CF
RGB
CMYK
RGB Variations
Color information
#BCA2CF (or 0xBCA2CF) is known color: Perfume. HEX triplet: BC, A2 and CF. RGB value is (188,162,207). Sum of RGB (Red+Green+Blue) = 188+162+207=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2CF is #435D30. Grayscale: #AEAEAE. Windows color (decimal): -4414769 or 13607612. OLE color: 13607612.
HSL color Cylindrical-coordinate representation of color #BCA2CF: hue angle of 274.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA2CF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 162 | 207 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.19 |
| HSL | 274.67º | 0.32% | 0.72% | - |
| HSV(B) | 274.67º | 0.22% | 0.81% | - |
| XYZ | 44.92 | 41.04 | 64.58 | - |
| YUV | 174.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 207 | 0.09 | 0.22 | 0 | 0.19 | 274.67 | 0.32 | 0.72 |
| Hex | BC | A2 | CF | 9 | 16 | 0 | 13 | 113 | 20 | 48 |
| Octal | 274 | 242 | 317 | 11 | 26 | 0 | 23 | 423 | 40 | 110 |
| Binary | 10111100 | 10100010 | 11001111 | 1001 | 10110 | 0 | 10011 | 100010011 | 100000 | 1001000 |
Color Harmonies of #BCA2CF
Complementary color
Monochromatic Colors of #BCA2CF
Black with #BCA2CF
Text Example
Text Example
White with #BCA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2CF; }
p { color: rgb(188,162,207); }
H1.HeaderClassName
{
color: #BCA2CF;
}
.AnyTagClassName
{
color: #BCA2CF;
}
</style>
background-color css
<style>
a { background-color: #BCA2CF; }
a { background-color: rgb(188,162,207); }
div.DivClassName
{
background-color: #BCA2CF;
}
.BgClassName
{
background-color: #BCA2CF;
}
</style>
border-color css
<style>
span { border-color: #BCA2CF; }
span { border-color: rgb(188,162,207); }
td.TdClassName
{
border-color: #BCA2CF;
}
.TagClassName
{
border-color: #BCA2CF;
}
</style>