#BC93E3

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

Shades of Perfume #BC93E3

Tints of Perfume #BC93E3

Color information

#BC93E3 (or 0xBC93E3) is unknown color: approx Perfume. HEX triplet: BC, 93 and E3. RGB value is (188,147,227). Sum of RGB (Red+Green+Blue) = 188+147+227=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC93E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93E3 is #436C1C. Grayscale: #A8A8A8. Windows color (decimal): -4418589 or 14914492. OLE color: 14914492.

HSL color Cylindrical-coordinate representation of color #BC93E3: hue angle of 270.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC93E3 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188147227-
CMYK0.170.3500.11
HSL270.75º58.82%73.33%-
HSV(B)270.75º35.24%89.02%-
XYZ45.0437.177.46-
YUV168.38161.08142-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 227 (89.06% from 255) = 40.39%
R=33.45%
G=26.16%
B=40.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881472270.170.3500.11270.7558.8273.33
HexBC93E311230B10f3b49
Octal274223343214301341773111
Binary10111100100100111110001110001100011010111000011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93E3; }

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

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

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

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

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

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

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

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