#B19BB0

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

Shades of London Hue #B19BB0

Tints of London Hue #B19BB0

Color information

#B19BB0 (or 0xB19BB0) is unknown color: approx London Hue. HEX triplet: B1, 9B and B0. RGB value is (177,155,176). Sum of RGB (Red+Green+Blue) = 177+155+176=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BB0 is #4E644F. Grayscale: #A3A3A3. Windows color (decimal): -5137488 or 11574193. OLE color: 11574193.

HSL color Cylindrical-coordinate representation of color #B19BB0: hue angle of 302.73º 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 #B19BB0 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177155176-
CMYK00.120.010.31
HSL302.73º12.36%65.1%-
HSV(B)302.73º12.43%69.41%-
XYZ37.6935.9246.02-
YUV163.97134.79137.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=34.84%
G=30.51%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715517600.120.010.31302.7312.3665.1
HexB19BB00C11F12fc41
Octal26123326001413745714101
Binary1011000110011011101100000110011111110010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BB0; }

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

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

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

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

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

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

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

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