#BA88CB

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

Shades of East Side #BA88CB

Tints of East Side #BA88CB

Color information

#BA88CB (or 0xBA88CB) is unknown color: approx East Side. HEX triplet: BA, 88 and CB. RGB value is (186,136,203). Sum of RGB (Red+Green+Blue) = 186+136+203=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88CB is #457734. Grayscale: #9E9E9E. Windows color (decimal): -4552501 or 13338810. OLE color: 13338810.

HSL color Cylindrical-coordinate representation of color #BA88CB: hue angle of 284.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA88CB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186136203-
CMYK0.080.3300.20
HSL284.78º39.18%66.47%-
HSV(B)284.78º33%79.61%-
XYZ39.8332.3660.65-
YUV158.59153.06147.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=35.43%
G=25.90%
B=38.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861362030.080.3300.20284.7839.1866.47
HexBA88CB82101411d2742
Octal272210313104102443547102
Binary10111010100010001100101110001000010101001000111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88CB; }

 p { color: rgb(186,136,203); }

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

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

 a { background-color: rgb(186,136,203); }

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

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

 span { border-color: rgb(186,136,203); }

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