#B188BB

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

Shades of East Side #B188BB

Tints of East Side #B188BB

Color information

#B188BB (or 0xB188BB) is unknown color: approx East Side. HEX triplet: B1, 88 and BB. RGB value is (177,136,187). Sum of RGB (Red+Green+Blue) = 177+136+187=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #B188BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BB is #4E7744. Grayscale: #999999. Windows color (decimal): -5142341 or 12290225. OLE color: 12290225.

HSL color Cylindrical-coordinate representation of color #B188BB: hue angle of 288.24º 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 #B188BB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177136187-
CMYK0.050.2700.27
HSL288.24º27.27%63.33%-
HSV(B)288.24º27.27%73.33%-
XYZ35.9130.5451.02-
YUV154.07146.58144.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=35.4%
G=27.2%
B=37.4%

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
Decimal1771361870.050.2700.27288.2427.2763.33
HexB188BB51B01B1201b3f
Octal2612102735330334403377
Binary1011000110001000101110111011101101101110010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188BB; }

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

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

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

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

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

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

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

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