#BA89CC

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

Shades of East Side #BA89CC

Tints of East Side #BA89CC

Color information

#BA89CC (or 0xBA89CC) is unknown color: approx East Side. HEX triplet: BA, 89 and CC. RGB value is (186,137,204). Sum of RGB (Red+Green+Blue) = 186+137+204=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89CC is #457633. Grayscale: #9F9F9F. Windows color (decimal): -4552244 or 13404602. OLE color: 13404602.

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

Color convert

RGB186137204-
CMYK0.090.3300.2
HSL283.88º39.64%66.86%-
HSV(B)283.88º32.84%80%-
XYZ40.0932.6961.32-
YUV159.29153.23147.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=35.29%
G=26.00%
B=38.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861372040.090.3300.2283.8839.6466.86
HexBA89CC92101411c2843
Octal272211314114102443450103
Binary10111010100010011100110010011000010101001000111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89CC; }

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

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

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

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

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

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

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

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