#BA90C4

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

Shades of East Side #BA90C4

Tints of East Side #BA90C4

Color information

#BA90C4 (or 0xBA90C4) is unknown color: approx East Side. HEX triplet: BA, 90 and C4. RGB value is (186,144,196). Sum of RGB (Red+Green+Blue) = 186+144+196=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90C4 is #456F3B. Grayscale: #A2A2A2. Windows color (decimal): -4550460 or 12882106. OLE color: 12882106.

HSL color Cylindrical-coordinate representation of color #BA90C4: hue angle of 288.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA90C4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186144196-
CMYK0.050.2700.23
HSL288.46º30.59%66.67%-
HSV(B)288.46º26.53%76.86%-
XYZ40.1934.3756.74-
YUV162.49146.91144.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=35.36%
G=27.38%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861441960.050.2700.23288.4630.5966.67
HexBA90C451B0171201f43
Octal27222030453302744037103
Binary10111010100100001100010010111011010111100100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90C4; }

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

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

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

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

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

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

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

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