#B19EAD

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

Shades of London Hue #B19EAD

Tints of London Hue #B19EAD

Color information

#B19EAD (or 0xB19EAD) is unknown color: approx London Hue. HEX triplet: B1, 9E and AD. RGB value is (177,158,173). Sum of RGB (Red+Green+Blue) = 177+158+173=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAD is #4E6152. Grayscale: #A5A5A5. Windows color (decimal): -5136723 or 11378353. OLE color: 11378353.

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

Color convert

RGB177158173-
CMYK00.110.020.31
HSL312.63º10.86%65.69%-
HSV(B)312.63º10.73%69.41%-
XYZ37.936.8244.64-
YUV165.39132.29136.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=34.84%
G=31.10%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715817300.110.020.31312.6310.8665.69
HexB19EAD0B21F139b42
Octal26123625501323747113102
Binary10110001100111101010110101011101111110011100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EAD; }

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

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

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

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

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

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

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

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