#BA90C2

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

Shades of East Side #BA90C2

Tints of East Side #BA90C2

Color information

#BA90C2 (or 0xBA90C2) is unknown color: approx East Side. HEX triplet: BA, 90 and C2. RGB value is (186,144,194). Sum of RGB (Red+Green+Blue) = 186+144+194=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA90C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90C2 is #456F3D. Grayscale: #A2A2A2. Windows color (decimal): -4550462 or 12751034. OLE color: 12751034.

HSL color Cylindrical-coordinate representation of color #BA90C2: hue angle of 290.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA90C2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186144194-
CMYK0.040.2600.24
HSL290.4º29.07%66.27%-
HSV(B)290.4º25.77%76.08%-
XYZ39.9634.2855.55-
YUV162.26145.91144.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=35.50%
G=27.48%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861441940.040.2600.24290.429.0766.27
HexBA90C241A0181221d42
Octal27222030243203044235102
Binary10111010100100001100001010011010011000100100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90C2; }

 p { color: rgb(186,144,194); }

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

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

 a { background-color: rgb(186,144,194); }

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

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

 span { border-color: rgb(186,144,194); }

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