#B19EBF

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

Shades of East Side #B19EBF

Tints of East Side #B19EBF

Color information

#B19EBF (or 0xB19EBF) is unknown color: approx East Side. HEX triplet: B1, 9E and BF. RGB value is (177,158,191). Sum of RGB (Red+Green+Blue) = 177+158+191=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #B19EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EBF is #4E6140. Grayscale: #A7A7A7. Windows color (decimal): -5136705 or 12558001. OLE color: 12558001.

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

Color convert

RGB177158191-
CMYK0.070.1700.25
HSL274.55º20.5%68.43%-
HSV(B)274.55º17.28%74.9%-
XYZ39.7637.5654.44-
YUV167.44141.29134.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 191 (75% from 255) = 36.31%
R=33.65%
G=30.04%
B=36.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771581910.070.1700.25274.5520.568.43
HexB19EBF7110191131444
Octal26123627772103142324104
Binary10110001100111101011111111110001011001100010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EBF; }

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

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

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

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

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

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

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

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