#B19EAF

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

Shades of London Hue #B19EAF

Tints of London Hue #B19EAF

Color information

#B19EAF (or 0xB19EAF) is unknown color: approx London Hue. HEX triplet: B1, 9E and AF. RGB value is (177,158,175). Sum of RGB (Red+Green+Blue) = 177+158+175=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B19EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19EAF is #4E6150. Grayscale: #A5A5A5. Windows color (decimal): -5136721 or 11509425. OLE color: 11509425.

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

Color convert

RGB177158175-
CMYK00.110.010.31
HSL306.32º10.86%65.69%-
HSV(B)306.32º10.73%69.41%-
XYZ38.136.945.67-
YUV165.62133.29136.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=34.71%
G=30.98%
B=34.31%

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
Decimal17715817500.110.010.31306.3210.8665.69
HexB19EAF0B11F132b42
Octal26123625701313746213102
Binary1011000110011110101011110101111111110011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EAF; }

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

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

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

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

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

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

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

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