Shades of Perfume #BCA3E9
Tints of Perfume #BCA3E9
RGB
CMYK
RGB Variations
Color information
#BCA3E9 (or 0xBCA3E9) is known color: Perfume. HEX triplet: BC, A3 and E9. RGB value is (188,163,233). Sum of RGB (Red+Green+Blue) = 188+163+233=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3E9 is #435C16. Grayscale: #B2B2B2. Windows color (decimal): -4414487 or 15311804. OLE color: 15311804.
HSL color Cylindrical-coordinate representation of color #BCA3E9: hue angle of 261.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA3E9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 163 | 233 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.09 |
| HSL | 261.43º | 0.61% | 0.78% | - |
| HSV(B) | 261.43º | 0.3% | 0.91% | - |
| XYZ | 48.54 | 42.77 | 82.79 | - |
| YUV | 178.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 233 | 0.19 | 0.30 | 0 | 0.09 | 261.43 | 0.61 | 0.78 |
| Hex | BC | A3 | E9 | 13 | 1E | 0 | 9 | 105 | 3D | 4E |
| Octal | 274 | 243 | 351 | 23 | 36 | 0 | 11 | 405 | 75 | 116 |
| Binary | 10111100 | 10100011 | 11101001 | 10011 | 11110 | 0 | 1001 | 100000101 | 111101 | 1001110 |
Color Harmonies of #BCA3E9
Complementary color
Monochromatic Colors of #BCA3E9
Black with #BCA3E9
Text Example
Text Example
White with #BCA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3E9; }
p { color: rgb(188,163,233); }
H1.HeaderClassName
{
color: #BCA3E9;
}
.AnyTagClassName
{
color: #BCA3E9;
}
</style>
background-color css
<style>
a { background-color: #BCA3E9; }
a { background-color: rgb(188,163,233); }
div.DivClassName
{
background-color: #BCA3E9;
}
.BgClassName
{
background-color: #BCA3E9;
}
</style>
border-color css
<style>
span { border-color: #BCA3E9; }
span { border-color: rgb(188,163,233); }
td.TdClassName
{
border-color: #BCA3E9;
}
.TagClassName
{
border-color: #BCA3E9;
}
</style>