#B188BA

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

Shades of East Side #B188BA

Tints of East Side #B188BA

Color information

#B188BA (or 0xB188BA) is unknown color: approx East Side. HEX triplet: B1, 88 and BA. RGB value is (177,136,186). Sum of RGB (Red+Green+Blue) = 177+136+186=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B188BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BA is #4E7745. Grayscale: #999999. Windows color (decimal): -5142342 or 12224689. OLE color: 12224689.

HSL color Cylindrical-coordinate representation of color #B188BA: hue angle of 289.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B188BA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177136186-
CMYK0.050.2700.27
HSL289.2º26.6%63.14%-
HSV(B)289.2º26.88%72.94%-
XYZ35.830.550.45-
YUV153.96146.08144.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=35.47%
G=27.25%
B=37.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771361860.050.2700.27289.226.663.14
HexB188BA51B01B1211b3f
Octal2612102725330334413377
Binary1011000110001000101110101011101101101110010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188BA; }

 p { color: rgb(177,136,186); }

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

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

 a { background-color: rgb(177,136,186); }

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

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

 span { border-color: rgb(177,136,186); }

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