#B189B8

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

Shades of East Side #B189B8

Tints of East Side #B189B8

Color information

#B189B8 (or 0xB189B8) is unknown color: approx East Side. HEX triplet: B1, 89 and B8. RGB value is (177,137,184). Sum of RGB (Red+Green+Blue) = 177+137+184=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #B189B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189B8 is #4E7647. Grayscale: #9A9A9A. Windows color (decimal): -5142088 or 12093873. OLE color: 12093873.

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

Color convert

RGB177137184-
CMYK0.040.2600.28
HSL291.06º24.87%62.94%-
HSV(B)291.06º25.54%72.16%-
XYZ35.7330.749.39-
YUV154.32144.75144.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=35.54%
G=27.51%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1771371840.040.2600.28291.0624.8762.94
HexB189B841A01C123193f
Octal2612112704320344433177
Binary1011000110001001101110001001101001110010010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189B8; }

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

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

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

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

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

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

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

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