#BC93E9

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

Shades of Perfume #BC93E9

Tints of Perfume #BC93E9

Color information

#BC93E9 (or 0xBC93E9) is unknown color: approx Perfume. HEX triplet: BC, 93 and E9. RGB value is (188,147,233). Sum of RGB (Red+Green+Blue) = 188+147+233=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93E9 is #436C16. Grayscale: #A8A8A8. Windows color (decimal): -4418583 or 15307708. OLE color: 15307708.

HSL color Cylindrical-coordinate representation of color #BC93E9: hue angle of 268.6º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC93E9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188147233-
CMYK0.190.3700.09
HSL268.6º66.15%74.51%-
HSV(B)268.6º36.91%91.37%-
XYZ45.8837.4481.9-
YUV169.06164.08141.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 233 (91.41% from 255) = 41.02%
R=33.10%
G=25.88%
B=41.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881472330.190.3700.09268.666.1574.51
HexBC93E913250910d424b
Octal2742233512345011415102113
Binary101111001001001111101001100111001010100110000110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93E9; }

 p { color: rgb(188,147,233); }

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

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

 a { background-color: rgb(188,147,233); }

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

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

 span { border-color: rgb(188,147,233); }

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