#B194BF

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

Shades of East Side #B194BF

Tints of East Side #B194BF

Color information

#B194BF (or 0xB194BF) is unknown color: approx East Side. HEX triplet: B1, 94 and BF. RGB value is (177,148,191). Sum of RGB (Red+Green+Blue) = 177+148+191=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #B194BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194BF is #4E6B40. Grayscale: #A1A1A1. Windows color (decimal): -5139265 or 12555441. OLE color: 12555441.

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

Color convert

RGB177148191-
CMYK0.070.2300.25
HSL280.47º25.15%66.47%-
HSV(B)280.47º22.51%74.9%-
XYZ38.1334.2953.9-
YUV161.57144.61139-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 191 (75% from 255) = 37.02%
R=34.30%
G=28.68%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771481910.070.2300.25280.4725.1566.47
HexB194BF7170191181942
Octal26122427772703143031102
Binary10110001100101001011111111110111011001100011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194BF; }

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

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

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

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

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

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

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

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