#bc93ef

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

Shades of Perfume #BC93EF

Tints of Perfume #BC93EF

Color information

#BC93EF (or 0xBC93EF) is unknown color: approx Perfume. HEX triplet: BC, 93 and EF. RGB value is (188,147,239). Sum of RGB (Red+Green+Blue) = 188+147+239=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93EF is #436C10. Grayscale: #A9A9A9. Windows color (decimal): -4418577 or 15700924. OLE color: 15700924.

HSL color Cylindrical-coordinate representation of color #BC93EF: hue angle of 266.74º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC93EF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188147239-
CMYK0.210.3800.06
HSL266.74º74.19%75.69%-
HSV(B)266.74º38.49%93.73%-
XYZ46.7537.7986.49-
YUV169.75167.08141.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=32.75%
G=25.61%
B=41.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881472390.210.3800.06266.7474.1975.69
HexBC93EF15260610b4a4c
Octal274223357254606413112114
Binary10111100100100111110111110101100110011010000101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc93ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc93ef; }

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

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

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

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

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

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

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

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