#BC8AC9

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

Shades of East Side #BC8AC9

Tints of East Side #BC8AC9

Color information

#BC8AC9 (or 0xBC8AC9) is unknown color: approx East Side. HEX triplet: BC, 8A and C9. RGB value is (188,138,201). Sum of RGB (Red+Green+Blue) = 188+138+201=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AC9 is #437536. Grayscale: #9F9F9F. Windows color (decimal): -4420919 or 13208252. OLE color: 13208252.

HSL color Cylindrical-coordinate representation of color #BC8AC9: hue angle of 287.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8AC9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188138201-
CMYK0.060.3100.21
HSL287.62º36.84%66.47%-
HSV(B)287.62º31.34%78.82%-
XYZ40.3733.0959.52-
YUV160.13151.06147.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=35.67%
G=26.19%
B=38.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881382010.060.3100.21287.6236.8466.47
HexBC8AC961F0151202542
Octal27421231163702544045102
Binary101111001000101011001001110111110101011001000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AC9; }

 p { color: rgb(188,138,201); }

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

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

 a { background-color: rgb(188,138,201); }

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

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

 span { border-color: rgb(188,138,201); }

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