#BA95C3

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

Shades of East Side #BA95C3

Tints of East Side #BA95C3

Color information

#BA95C3 (or 0xBA95C3) is unknown color: approx East Side. HEX triplet: BA, 95 and C3. RGB value is (186,149,195). Sum of RGB (Red+Green+Blue) = 186+149+195=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95C3 is #456A3C. Grayscale: #A5A5A5. Windows color (decimal): -4549181 or 12817850. OLE color: 12817850.

HSL color Cylindrical-coordinate representation of color #BA95C3: hue angle of 288.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA95C3 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186149195-
CMYK0.050.2400.24
HSL288.26º27.71%67.45%-
HSV(B)288.26º23.59%76.47%-
XYZ40.8535.8756.4-
YUV165.31144.76142.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=35.09%
G=28.11%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861491950.050.2400.24288.2627.7167.45
HexBA95C35180181201c43
Octal27222530353003044034103
Binary10111010100101011100001110111000011000100100000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95C3; }

 p { color: rgb(186,149,195); }

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

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

 a { background-color: rgb(186,149,195); }

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

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

 span { border-color: rgb(186,149,195); }

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