#B19EB1

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

Shades of London Hue #B19EB1

Tints of London Hue #B19EB1

Color information

#B19EB1 (or 0xB19EB1) is unknown color: approx London Hue. HEX triplet: B1, 9E and B1. RGB value is (177,158,177). Sum of RGB (Red+Green+Blue) = 177+158+177=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B19EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EB1 is #4E614E. Grayscale: #A5A5A5. Windows color (decimal): -5136719 or 11640497. OLE color: 11640497.

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

Color convert

RGB177158177-
CMYK00.1100.31
HSL300º10.86%65.69%-
HSV(B)300º10.73%69.41%-
XYZ38.2936.9846.71-
YUV165.85134.29135.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715817700.1100.3130010.8665.69
HexB19EB10B01F12cb42
Octal26123626101303745413102
Binary1011000110011110101100010101101111110010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EB1; }

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

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

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

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

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

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

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

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