#B18FBE

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

Shades of East Side #B18FBE

Tints of East Side #B18FBE

Color information

#B18FBE (or 0xB18FBE) is unknown color: approx East Side. HEX triplet: B1, 8F and BE. RGB value is (177,143,190). Sum of RGB (Red+Green+Blue) = 177+143+190=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B18FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FBE is #4E7041. Grayscale: #9E9E9E. Windows color (decimal): -5140546 or 12488625. OLE color: 12488625.

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

Color convert

RGB177143190-
CMYK0.070.2500.25
HSL283.4º26.55%65.29%-
HSV(B)283.4º24.74%74.51%-
XYZ37.2532.7153.07-
YUV158.52145.76141.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=34.71%
G=28.04%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771431900.070.2500.25283.426.5565.29
HexB18FBE71901911b1b41
Octal26121727673103143333101
Binary10110001100011111011111011111001011001100011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FBE; }

 p { color: rgb(177,143,190); }

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

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

 a { background-color: rgb(177,143,190); }

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

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

 span { border-color: rgb(177,143,190); }

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