#BC93CA

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

Shades of East Side #BC93CA

Tints of East Side #BC93CA

Color information

#BC93CA (or 0xBC93CA) is unknown color: approx East Side. HEX triplet: BC, 93 and CA. RGB value is (188,147,202). Sum of RGB (Red+Green+Blue) = 188+147+202=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CA is #436C35. Grayscale: #A5A5A5. Windows color (decimal): -4418614 or 13276092. OLE color: 13276092.

HSL color Cylindrical-coordinate representation of color #BC93CA: hue angle of 284.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC93CA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188147202-
CMYK0.070.2700.21
HSL284.73º34.16%68.43%-
HSV(B)284.73º27.23%79.22%-
XYZ41.8335.8260.59-
YUV165.53148.58144.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=35.01%
G=27.37%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881472020.070.2700.21284.7334.1668.43
HexBC93CA71B01511d2244
Octal27422331273302543542104
Binary101111001001001111001010111110110101011000111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93CA; }

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

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

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

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

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

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

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

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