#BC88C3

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

Shades of East Side #BC88C3

Tints of East Side #BC88C3

Color information

#BC88C3 (or 0xBC88C3) is unknown color: approx East Side. HEX triplet: BC, 88 and C3. RGB value is (188,136,195). Sum of RGB (Red+Green+Blue) = 188+136+195=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC88C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88C3 is #43773C. Grayscale: #9E9E9E. Windows color (decimal): -4421437 or 12814524. OLE color: 12814524.

HSL color Cylindrical-coordinate representation of color #BC88C3: hue angle of 292.88º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC88C3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188136195-
CMYK0.040.3000.24
HSL292.88º32.96%64.9%-
HSV(B)292.88º30.26%76.47%-
XYZ39.3932.2455.78-
YUV158.27148.73149.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=36.22%
G=26.20%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881361950.040.3000.24292.8832.9664.9
HexBC88C341E0181252141
Octal27421030343603044541101
Binary101111001000100011000011100111100110001001001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88C3; }

 p { color: rgb(188,136,195); }

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

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

 a { background-color: rgb(188,136,195); }

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

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

 span { border-color: rgb(188,136,195); }

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