#BA90CC

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

Shades of East Side #BA90CC

Tints of East Side #BA90CC

Color information

#BA90CC (or 0xBA90CC) is unknown color: approx East Side. HEX triplet: BA, 90 and CC. RGB value is (186,144,204). Sum of RGB (Red+Green+Blue) = 186+144+204=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90CC is #456F33. Grayscale: #A3A3A3. Windows color (decimal): -4550452 or 13406394. OLE color: 13406394.

HSL color Cylindrical-coordinate representation of color #BA90CC: hue angle of 282º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA90CC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186144204-
CMYK0.090.2900.2
HSL282º37.04%68.24%-
HSV(B)282º29.41%80%-
XYZ41.1234.7561.67-
YUV163.4150.91144.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=34.83%
G=26.97%
B=38.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861442040.090.2900.228237.0468.24
HexBA90CC91D01411a2544
Octal272220314113502443245104
Binary1011101010010000110011001001111010101001000110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90CC; }

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

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

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

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

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

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

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

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