#BC84CA

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

Shades of East Side #BC84CA

Tints of East Side #BC84CA

Color information

#BC84CA (or 0xBC84CA) is unknown color: approx East Side. HEX triplet: BC, 84 and CA. RGB value is (188,132,202). Sum of RGB (Red+Green+Blue) = 188+132+202=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84CA is #437B35. Grayscale: #9C9C9C. Windows color (decimal): -4422454 or 13272252. OLE color: 13272252.

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

Color convert

RGB188132202-
CMYK0.070.3500.21
HSL288º39.77%65.49%-
HSV(B)288º34.65%79.22%-
XYZ39.6531.4659.86-
YUV156.72153.55150.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=36.02%
G=25.29%
B=38.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881322020.070.3500.2128839.7765.49
HexBC84CA7230151202841
Octal27420431274302544050101
Binary1011110010000100110010101111000110101011001000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84CA; }

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

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

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

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

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

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

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

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