#B194BA

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

Shades of East Side #B194BA

Tints of East Side #B194BA

Color information

#B194BA (or 0xB194BA) is unknown color: approx East Side. HEX triplet: B1, 94 and BA. RGB value is (177,148,186). Sum of RGB (Red+Green+Blue) = 177+148+186=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B194BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194BA is #4E6B45. Grayscale: #A0A0A0. Windows color (decimal): -5139270 or 12227761. OLE color: 12227761.

HSL color Cylindrical-coordinate representation of color #B194BA: hue angle of 285.79º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B194BA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177148186-
CMYK0.050.2000.27
HSL285.79º21.59%65.49%-
HSV(B)285.79º20.43%72.94%-
XYZ37.5834.0751.05-
YUV161142.11139.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=34.64%
G=28.96%
B=36.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771481860.050.2000.27285.7921.5965.49
HexB194BA51401B11e1641
Octal26122427252403343626101
Binary10110001100101001011101010110100011011100011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194BA; }

 p { color: rgb(177,148,186); }

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

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

 a { background-color: rgb(177,148,186); }

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

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

 span { border-color: rgb(177,148,186); }

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