Shades of Perfume #BCA3EF
Tints of Perfume #BCA3EF
RGB
CMYK
RGB Variations
Color information
#BCA3EF (or 0xBCA3EF) is known color: Perfume. HEX triplet: BC, A3 and EF. RGB value is (188,163,239). Sum of RGB (Red+Green+Blue) = 188+163+239=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3EF is #435C10. Grayscale: #B2B2B2. Windows color (decimal): -4414481 or 15705020. OLE color: 15705020.
HSL color Cylindrical-coordinate representation of color #BCA3EF: hue angle of 259.74º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA3EF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 163 | 239 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.06 |
| HSL | 259.74º | 0.7% | 0.79% | - |
| HSV(B) | 259.74º | 0.32% | 0.94% | - |
| XYZ | 49.42 | 43.12 | 87.38 | - |
| YUV | 179.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 239 | 0.21 | 0.32 | 0 | 0.06 | 259.74 | 0.7 | 0.79 |
| Hex | BC | A3 | EF | 15 | 20 | 0 | 6 | 104 | 46 | 4F |
| Octal | 274 | 243 | 357 | 25 | 40 | 0 | 6 | 404 | 106 | 117 |
| Binary | 10111100 | 10100011 | 11101111 | 10101 | 100000 | 0 | 110 | 100000100 | 1000110 | 1001111 |
Color Harmonies of #BCA3EF
Complementary color
Monochromatic Colors of #BCA3EF
Black with #BCA3EF
Text Example
Text Example
White with #BCA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3EF; }
p { color: rgb(188,163,239); }
H1.HeaderClassName
{
color: #BCA3EF;
}
.AnyTagClassName
{
color: #BCA3EF;
}
</style>
background-color css
<style>
a { background-color: #BCA3EF; }
a { background-color: rgb(188,163,239); }
div.DivClassName
{
background-color: #BCA3EF;
}
.BgClassName
{
background-color: #BCA3EF;
}
</style>
border-color css
<style>
span { border-color: #BCA3EF; }
span { border-color: rgb(188,163,239); }
td.TdClassName
{
border-color: #BCA3EF;
}
.TagClassName
{
border-color: #BCA3EF;
}
</style>