#BCA3EC

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

Shades of Perfume #BCA3EC

Tints of Perfume #BCA3EC

Color information

#BCA3EC (or 0xBCA3EC) is unknown color: approx Perfume. HEX triplet: BC, A3 and EC. RGB value is (188,163,236). Sum of RGB (Red+Green+Blue) = 188+163+236=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3EC is #435C13. Grayscale: #B2B2B2. Windows color (decimal): -4414484 or 15508412. OLE color: 15508412.

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

Color convert

RGB188163236-
CMYK0.200.3100.07
HSL260.55º65.77%78.24%-
HSV(B)260.55º30.93%92.55%-
XYZ48.9842.9485.06-
YUV178.8160.28134.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 163 (64.06% from 255) = 27.77%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=32.03%
G=27.77%
B=40.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881632360.200.3100.07260.5565.7778.24
HexBCA3EC141F07105424e
Octal274243354243707405102116
Binary1011110010100011111011001010011111011110000010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3EC; }

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

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

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

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

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

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

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

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