#B18BB8

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

Shades of East Side #B18BB8

Tints of East Side #B18BB8

Color information

#B18BB8 (or 0xB18BB8) is unknown color: approx East Side. HEX triplet: B1, 8B and B8. RGB value is (177,139,184). Sum of RGB (Red+Green+Blue) = 177+139+184=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #B18BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BB8 is #4E7447. Grayscale: #9B9B9B. Windows color (decimal): -5141576 or 12094385. OLE color: 12094385.

HSL color Cylindrical-coordinate representation of color #B18BB8: hue angle of 290.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18BB8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB177139184-
CMYK0.040.2400.28
HSL290.67º24.06%63.33%-
HSV(B)290.67º24.46%72.16%-
XYZ36.0231.2749.49-
YUV155.49144.09143.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=35.4%
G=27.8%
B=36.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771391840.040.2400.28290.6724.0663.33
HexB18BB841801C123183f
Octal2612132704300344433077
Binary1011000110001011101110001001100001110010010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BB8; }

 p { color: rgb(177,139,184); }

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

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

 a { background-color: rgb(177,139,184); }

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

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

 span { border-color: rgb(177,139,184); }

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