#BA96CB

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

Shades of East Side #BA96CB

Tints of East Side #BA96CB

Color information

#BA96CB (or 0xBA96CB) is unknown color: approx East Side. HEX triplet: BA, 96 and CB. RGB value is (186,150,203). Sum of RGB (Red+Green+Blue) = 186+150+203=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CB is #456934. Grayscale: #A6A6A6. Windows color (decimal): -4548917 or 13342394. OLE color: 13342394.

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

Color convert

RGB186150203-
CMYK0.080.2600.20
HSL280.75º33.76%69.22%-
HSV(B)280.75º26.11%79.61%-
XYZ41.9436.5661.35-
YUV166.81148.43141.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=34.51%
G=27.83%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861502030.080.2600.20280.7533.7669.22
HexBA96CB81A0141192245
Octal272226313103202443142105
Binary1011101010010110110010111000110100101001000110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96CB; }

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

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

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

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

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

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

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

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