#B19EB0

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

Shades of London Hue #B19EB0

Tints of London Hue #B19EB0

Color information

#B19EB0 (or 0xB19EB0) is unknown color: approx London Hue. HEX triplet: B1, 9E and B0. RGB value is (177,158,176). Sum of RGB (Red+Green+Blue) = 177+158+176=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EB0 is #4E614F. Grayscale: #A5A5A5. Windows color (decimal): -5136720 or 11574961. OLE color: 11574961.

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

Color convert

RGB177158176-
CMYK00.110.010.31
HSL303.16º10.86%65.69%-
HSV(B)303.16º10.73%69.41%-
XYZ38.1936.9446.19-
YUV165.73133.79136.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=34.64%
G=30.92%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715817600.110.010.31303.1610.8665.69
HexB19EB00B11F12fb42
Octal26123626001313745713102
Binary1011000110011110101100000101111111110010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EB0; }

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

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

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

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

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

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

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

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