#BA96C9

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

Shades of East Side #BA96C9

Tints of East Side #BA96C9

Color information

#BA96C9 (or 0xBA96C9) is unknown color: approx East Side. HEX triplet: BA, 96 and C9. RGB value is (186,150,201). Sum of RGB (Red+Green+Blue) = 186+150+201=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96C9 is #456936. Grayscale: #A6A6A6. Windows color (decimal): -4548919 or 13211322. OLE color: 13211322.

HSL color Cylindrical-coordinate representation of color #BA96C9: hue angle of 282.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA96C9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186150201-
CMYK0.070.2500.21
HSL282.35º32.08%68.82%-
HSV(B)282.35º25.37%78.82%-
XYZ41.736.4760.1-
YUV166.58147.43141.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=34.64%
G=27.93%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861502010.070.2500.21282.3532.0868.82
HexBA96C971901511a2045
Octal27222631173102543240105
Binary101110101001011011001001111110010101011000110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96C9; }

 p { color: rgb(186,150,201); }

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

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

 a { background-color: rgb(186,150,201); }

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

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

 span { border-color: rgb(186,150,201); }

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