#B17EBF

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

Shades of East Side #B17EBF

Tints of East Side #B17EBF

Color information

#B17EBF (or 0xB17EBF) is unknown color: approx East Side. HEX triplet: B1, 7E and BF. RGB value is (177,126,191). Sum of RGB (Red+Green+Blue) = 177+126+191=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #B17EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EBF is #4E8140. Grayscale: #949494. Windows color (decimal): -5144897 or 12549809. OLE color: 12549809.

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

Color convert

RGB177126191-
CMYK0.070.3400.25
HSL287.08º33.68%62.16%-
HSV(B)287.08º34.03%74.9%-
XYZ3528.0352.86-
YUV148.66151.9148.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 191 (75% from 255) = 38.66%
R=35.83%
G=25.51%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771261910.070.3400.25287.0833.6862.16
HexB17EBF72201911f223e
Octal2611762777420314374276
Binary10110001111111010111111111100010011001100011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EBF; }

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

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

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

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

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

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

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

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