#B19AAD

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

Shades of London Hue #B19AAD

Tints of London Hue #B19AAD

Color information

#B19AAD (or 0xB19AAD) is unknown color: approx London Hue. HEX triplet: B1, 9A and AD. RGB value is (177,154,173). Sum of RGB (Red+Green+Blue) = 177+154+173=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AAD is #4E6552. Grayscale: #A2A2A2. Windows color (decimal): -5137747 or 11377329. OLE color: 11377329.

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

Color convert

RGB177154173-
CMYK00.130.020.31
HSL310.43º12.85%64.9%-
HSV(B)310.43º12.99%69.41%-
XYZ37.2335.4844.42-
YUV163.04133.62137.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=35.12%
G=30.56%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715417300.130.020.31310.4312.8564.9
HexB19AAD0D21F136d41
Octal26123225501523746615101
Binary10110001100110101010110101101101111110011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AAD; }

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

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

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

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

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

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

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

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