#B19BB1

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

Shades of London Hue #B19BB1

Tints of London Hue #B19BB1

Color information

#B19BB1 (or 0xB19BB1) is unknown color: approx London Hue. HEX triplet: B1, 9B and B1. RGB value is (177,155,177). Sum of RGB (Red+Green+Blue) = 177+155+177=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B19BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BB1 is #4E644E. Grayscale: #A4A4A4. Windows color (decimal): -5137487 or 11639729. OLE color: 11639729.

HSL color Cylindrical-coordinate representation of color #B19BB1: hue angle of 300º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19BB1 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB177155177-
CMYK00.1200.31
HSL300º12.36%65.1%-
HSV(B)300º12.43%69.41%-
XYZ37.7935.9646.55-
YUV164.09135.29137.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=34.77%
G=30.45%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715517700.1200.3130012.3665.1
HexB19BB10C01F12cc41
Octal26123326101403745414101
Binary1011000110011011101100010110001111110010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BB1; }

 p { color: rgb(177,155,177); }

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

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

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

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

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

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

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