#B194AA

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

Shades of London Hue #B194AA

Tints of London Hue #B194AA

Color information

#B194AA (or 0xB194AA) is unknown color: approx London Hue. HEX triplet: B1, 94 and AA. RGB value is (177,148,170). Sum of RGB (Red+Green+Blue) = 177+148+170=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AA is #4E6B55. Grayscale: #9F9F9F. Windows color (decimal): -5139286 or 11179185. OLE color: 11179185.

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

Color convert

RGB177148170-
CMYK00.160.040.31
HSL314.48º15.68%63.73%-
HSV(B)314.48º16.38%69.41%-
XYZ35.9833.4342.59-
YUV159.18134.11140.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=35.76%
G=29.90%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714817000.160.040.31314.4815.6863.73
HexB194AA01041F13a1040
Octal26122425202043747220100
Binary10110001100101001010101001000010011111100111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194AA; }

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

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

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

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

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

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

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

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