Shades of Perfume #BCA0EE
Tints of Perfume #BCA0EE
RGB
CMYK
RGB Variations
Color information
#BCA0EE (or 0xBCA0EE) is known color: Perfume. HEX triplet: BC, A0 and EE. RGB value is (188,160,238). Sum of RGB (Red+Green+Blue) = 188+160+238=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0EE is #435F11. Grayscale: #B0B0B0. Windows color (decimal): -4415250 or 15638716. OLE color: 15638716.
HSL color Cylindrical-coordinate representation of color #BCA0EE: hue angle of 261.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA0EE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 160 | 238 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 261.54º | 0.7% | 0.78% | - |
| HSV(B) | 261.54º | 0.33% | 0.93% | - |
| XYZ | 48.74 | 42.01 | 86.43 | - |
| YUV | 177.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 238 | 0.21 | 0.33 | 0 | 0.07 | 261.54 | 0.7 | 0.78 |
| Hex | BC | A0 | EE | 15 | 21 | 0 | 7 | 106 | 46 | 4E |
| Octal | 274 | 240 | 356 | 25 | 41 | 0 | 7 | 406 | 106 | 116 |
| Binary | 10111100 | 10100000 | 11101110 | 10101 | 100001 | 0 | 111 | 100000110 | 1000110 | 1001110 |
Color Harmonies of #BCA0EE
Complementary color
Monochromatic Colors of #BCA0EE
Black with #BCA0EE
Text Example
Text Example
White with #BCA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0EE; }
p { color: rgb(188,160,238); }
H1.HeaderClassName
{
color: #BCA0EE;
}
.AnyTagClassName
{
color: #BCA0EE;
}
</style>
background-color css
<style>
a { background-color: #BCA0EE; }
a { background-color: rgb(188,160,238); }
div.DivClassName
{
background-color: #BCA0EE;
}
.BgClassName
{
background-color: #BCA0EE;
}
</style>
border-color css
<style>
span { border-color: #BCA0EE; }
span { border-color: rgb(188,160,238); }
td.TdClassName
{
border-color: #BCA0EE;
}
.TagClassName
{
border-color: #BCA0EE;
}
</style>