#BC93EA

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

Shades of Perfume #BC93EA

Tints of Perfume #BC93EA

Color information

#BC93EA (or 0xBC93EA) is unknown color: approx Perfume. HEX triplet: BC, 93 and EA. RGB value is (188,147,234). Sum of RGB (Red+Green+Blue) = 188+147+234=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93EA is #436C15. Grayscale: #A8A8A8. Windows color (decimal): -4418582 or 15373244. OLE color: 15373244.

HSL color Cylindrical-coordinate representation of color #BC93EA: hue angle of 268.28º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC93EA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188147234-
CMYK0.200.3700.08
HSL268.28º67.44%74.71%-
HSV(B)268.28º37.18%91.76%-
XYZ46.0237.582.65-
YUV169.18164.58141.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=33.04%
G=25.83%
B=41.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881472340.200.3700.08268.2867.4474.71
HexBC93EA14250810c434b
Octal2742233522445010414103113
Binary101111001001001111101010101001001010100010000110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93EA; }

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

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

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

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

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

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

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

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