#B19DAB

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

Shades of London Hue #B19DAB

Tints of London Hue #B19DAB

Color information

#B19DAB (or 0xB19DAB) is unknown color: approx London Hue. HEX triplet: B1, 9D and AB. RGB value is (177,157,171). Sum of RGB (Red+Green+Blue) = 177+157+171=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAB is #4E6254. Grayscale: #A4A4A4. Windows color (decimal): -5136981 or 11247025. OLE color: 11247025.

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

Color convert

RGB177157171-
CMYK00.110.030.31
HSL318º11.36%65.49%-
HSV(B)318º11.3%69.41%-
XYZ37.5436.443.58-
YUV164.58131.63136.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=35.05%
G=31.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715717100.110.030.3131811.3665.49
HexB19DAB0B31F13eb41
Octal26123525301333747613101
Binary10110001100111011010101101011111111110011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DAB; }

 p { color: rgb(177,157,171); }

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

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

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

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

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

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

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