#BA8DC5

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

Shades of East Side #BA8DC5

Tints of East Side #BA8DC5

Color information

#BA8DC5 (or 0xBA8DC5) is unknown color: approx East Side. HEX triplet: BA, 8D and C5. RGB value is (186,141,197). Sum of RGB (Red+Green+Blue) = 186+141+197=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DC5 is #45723A. Grayscale: #A0A0A0. Windows color (decimal): -4551227 or 12946874. OLE color: 12946874.

HSL color Cylindrical-coordinate representation of color #BA8DC5: hue angle of 288.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8DC5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186141197-
CMYK0.060.2800.23
HSL288.21º32.56%66.27%-
HSV(B)288.21º28.43%77.25%-
XYZ39.8533.5257.19-
YUV160.84148.41145.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=35.50%
G=26.91%
B=37.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861411970.060.2800.23288.2132.5666.27
HexBA8DC561C0171202142
Octal27221530563402744041102
Binary101110101000110111000101110111000101111001000001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DC5; }

 p { color: rgb(186,141,197); }

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

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

 a { background-color: rgb(186,141,197); }

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

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

 span { border-color: rgb(186,141,197); }

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