#BA8CD0

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

Shades of East Side #BA8CD0

Tints of East Side #BA8CD0

Color information

#BA8CD0 (or 0xBA8CD0) is unknown color: approx East Side. HEX triplet: BA, 8C and D0. RGB value is (186,140,208). Sum of RGB (Red+Green+Blue) = 186+140+208=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA8CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CD0 is #45732F. Grayscale: #A1A1A1. Windows color (decimal): -4551472 or 13667514. OLE color: 13667514.

HSL color Cylindrical-coordinate representation of color #BA8CD0: hue angle of 280.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA8CD0 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186140208-
CMYK0.110.3300.18
HSL280.59º41.98%68.24%-
HSV(B)280.59º32.69%81.57%-
XYZ41.0133.7564.03-
YUV161.51154.24145.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=34.83%
G=26.22%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861402080.110.3300.18280.5941.9868.24
HexBA8CD0B210121192a44
Octal272214320134102243152104
Binary10111010100011001101000010111000010100101000110011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CD0; }

 p { color: rgb(186,140,208); }

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

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

 a { background-color: rgb(186,140,208); }

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

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

 span { border-color: rgb(186,140,208); }

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