#B188B4

Color #B188B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B188B4

Tints of London Hue #B188B4

Color information

#B188B4 (or 0xB188B4) is unknown color: approx London Hue. HEX triplet: B1, 88 and B4. RGB value is (177,136,180). Sum of RGB (Red+Green+Blue) = 177+136+180=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #B188B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188B4 is #4E774B. Grayscale: #999999. Windows color (decimal): -5142348 or 11831473. OLE color: 11831473.

HSL color Cylindrical-coordinate representation of color #B188B4: hue angle of 295.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B188B4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177136180-
CMYK0.020.2400.29
HSL295.91º22.68%61.96%-
HSV(B)295.91º24.44%70.59%-
XYZ35.1730.2547.17-
YUV153.28143.08144.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=35.90%
G=27.59%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771361800.020.2400.29295.9122.6861.96
HexB188B421801D128173e
Octal2612102642300354502776
Binary101100011000100010110100101100001110110010100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188B4; }

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

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

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

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

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

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

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

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