#B194C0

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

Shades of East Side #B194C0

Tints of East Side #B194C0

Color information

#B194C0 (or 0xB194C0) is unknown color: approx East Side. HEX triplet: B1, 94 and C0. RGB value is (177,148,192). Sum of RGB (Red+Green+Blue) = 177+148+192=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #B194C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194C0 is #4E6B3F. Grayscale: #A1A1A1. Windows color (decimal): -5139264 or 12620977. OLE color: 12620977.

HSL color Cylindrical-coordinate representation of color #B194C0: hue angle of 279.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B194C0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177148192-
CMYK0.080.2300.25
HSL279.55º25.88%66.67%-
HSV(B)279.55º22.92%75.29%-
XYZ38.2434.3354.48-
YUV161.69145.11138.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=34.24%
G=28.63%
B=37.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771481920.080.2300.25279.5525.8866.67
HexB194C08170191181a43
Octal261224300102703143032103
Binary101100011001010011000000100010111011001100011000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194C0; }

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

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

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

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

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

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

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

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