#B194AE

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

Shades of London Hue #B194AE

Tints of London Hue #B194AE

Color information

#B194AE (or 0xB194AE) is unknown color: approx London Hue. HEX triplet: B1, 94 and AE. RGB value is (177,148,174). Sum of RGB (Red+Green+Blue) = 177+148+174=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AE is #4E6B51. Grayscale: #9F9F9F. Windows color (decimal): -5139282 or 11441329. OLE color: 11441329.

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

Color convert

RGB177148174-
CMYK00.160.020.31
HSL306.21º15.68%63.73%-
HSV(B)306.21º16.38%69.41%-
XYZ36.3633.5844.61-
YUV159.64136.11140.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=35.47%
G=29.66%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714817400.160.020.31306.2115.6863.73
HexB194AE01021F1321040
Octal26122425602023746220100
Binary1011000110010100101011100100001011111100110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194AE; }

 p { color: rgb(177,148,174); }

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

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

 a { background-color: rgb(177,148,174); }

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

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

 span { border-color: rgb(177,148,174); }

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