#BCA1EC

Color #BCA1EC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BCA1EC

Tints of Perfume #BCA1EC

Color information

#BCA1EC (or 0xBCA1EC) is unknown color: approx Perfume. HEX triplet: BC, A1 and EC. RGB value is (188,161,236). Sum of RGB (Red+Green+Blue) = 188+161+236=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1EC is #435E13. Grayscale: #B1B1B1. Windows color (decimal): -4414996 or 15507900. OLE color: 15507900.

HSL color Cylindrical-coordinate representation of color #BCA1EC: hue angle of 261.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA1EC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188161236-
CMYK0.200.3200.07
HSL261.6º66.37%77.84%-
HSV(B)261.6º31.78%92.55%-
XYZ48.6242.2484.95-
YUV177.62160.95135.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=32.14%
G=27.52%
B=40.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881612360.200.3200.07261.666.3777.84
HexBCA1EC142007106424e
Octal274241354244007406102116
Binary10111100101000011110110010100100000011110000011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1EC; }

 p { color: rgb(188,161,236); }

 H1.HeaderClassName
 {
   color: #BCA1EC;
 }
 .AnyTagClassName
 {
   color: #BCA1EC;
 }
</style>
background-color css

<style>
 a { background-color: #BCA1EC; }

 a { background-color: rgb(188,161,236); }

 div.DivClassName
 {
   background-color: #BCA1EC;
 }
 .BgClassName
 {
   background-color: #BCA1EC;
 }
</style>
border-color css

<style>
 span { border-color: #BCA1EC; }

 span { border-color: rgb(188,161,236); }

 td.TdClassName
 {
   border-color: #BCA1EC;
 }
 .TagClassName
 {
   border-color: #BCA1EC;
 }
</style>