#BA88CD

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

Shades of East Side #BA88CD

Tints of East Side #BA88CD

Color information

#BA88CD (or 0xBA88CD) is unknown color: approx East Side. HEX triplet: BA, 88 and CD. RGB value is (186,136,205). Sum of RGB (Red+Green+Blue) = 186+136+205=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88CD is #457732. Grayscale: #9E9E9E. Windows color (decimal): -4552499 or 13469882. OLE color: 13469882.

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

Color convert

RGB186136205-
CMYK0.090.3400.20
HSL283.48º40.83%66.86%-
HSV(B)283.48º33.66%80.39%-
XYZ40.0732.4661.91-
YUV158.82154.06147.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=35.29%
G=25.81%
B=38.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861362050.090.3400.20283.4840.8366.86
HexBA88CD92201411b2943
Octal272210315114202443351103
Binary10111010100010001100110110011000100101001000110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88CD; }

 p { color: rgb(186,136,205); }

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

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

 a { background-color: rgb(186,136,205); }

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

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

 span { border-color: rgb(186,136,205); }

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