#B19DAF

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

Shades of London Hue #B19DAF

Tints of London Hue #B19DAF

Color information

#B19DAF (or 0xB19DAF) is unknown color: approx London Hue. HEX triplet: B1, 9D and AF. RGB value is (177,157,175). Sum of RGB (Red+Green+Blue) = 177+157+175=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B19DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19DAF is #4E6250. Grayscale: #A4A4A4. Windows color (decimal): -5136977 or 11509169. OLE color: 11509169.

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

Color convert

RGB177157175-
CMYK00.110.010.31
HSL306º11.36%65.49%-
HSV(B)306º11.3%69.41%-
XYZ37.9336.5645.61-
YUV165.03133.63136.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=34.77%
G=30.84%
B=34.38%

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
Decimal17715717500.110.010.3130611.3665.49
HexB19DAF0B11F132b41
Octal26123525701313746213101
Binary1011000110011101101011110101111111110011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DAF; }

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

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

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

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

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

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

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

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