Shades of Perfume #BCA4EA
Tints of Perfume #BCA4EA
RGB
CMYK
RGB Variations
Color information
#BCA4EA (or 0xBCA4EA) is known color: Perfume. HEX triplet: BC, A4 and EA. RGB value is (188,164,234). Sum of RGB (Red+Green+Blue) = 188+164+234=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4EA is #435B15. Grayscale: #B2B2B2. Windows color (decimal): -4414230 or 15377596. OLE color: 15377596.
HSL color Cylindrical-coordinate representation of color #BCA4EA: hue angle of 260.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA4EA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 164 | 234 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.08 |
| HSL | 260.57º | 0.63% | 0.78% | - |
| HSV(B) | 260.57º | 0.3% | 0.92% | - |
| XYZ | 48.87 | 43.18 | 83.6 | - |
| YUV | 179.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 234 | 0.20 | 0.30 | 0 | 0.08 | 260.57 | 0.63 | 0.78 |
| Hex | BC | A4 | EA | 14 | 1E | 0 | 8 | 105 | 3E | 4E |
| Octal | 274 | 244 | 352 | 24 | 36 | 0 | 10 | 405 | 76 | 116 |
| Binary | 10111100 | 10100100 | 11101010 | 10100 | 11110 | 0 | 1000 | 100000101 | 111110 | 1001110 |
Color Harmonies of #BCA4EA
Complementary color
Monochromatic Colors of #BCA4EA
Black with #BCA4EA
Text Example
Text Example
White with #BCA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA4EA; }
p { color: rgb(188,164,234); }
H1.HeaderClassName
{
color: #BCA4EA;
}
.AnyTagClassName
{
color: #BCA4EA;
}
</style>
background-color css
<style>
a { background-color: #BCA4EA; }
a { background-color: rgb(188,164,234); }
div.DivClassName
{
background-color: #BCA4EA;
}
.BgClassName
{
background-color: #BCA4EA;
}
</style>
border-color css
<style>
span { border-color: #BCA4EA; }
span { border-color: rgb(188,164,234); }
td.TdClassName
{
border-color: #BCA4EA;
}
.TagClassName
{
border-color: #BCA4EA;
}
</style>