#B194A7

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

Shades of London Hue #B194A7

Tints of London Hue #B194A7

Color information

#B194A7 (or 0xB194A7) is unknown color: approx London Hue. HEX triplet: B1, 94 and A7. RGB value is (177,148,167). Sum of RGB (Red+Green+Blue) = 177+148+167=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B194A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194A7 is #4E6B58. Grayscale: #9E9E9E. Windows color (decimal): -5139289 or 10982577. OLE color: 10982577.

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

Color convert

RGB177148167-
CMYK00.160.060.31
HSL320.69º15.68%63.73%-
HSV(B)320.69º16.38%69.41%-
XYZ35.733.3241.11-
YUV158.84132.61140.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=35.98%
G=30.08%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714816700.160.060.31320.6915.6863.73
HexB194A701061F1411040
Octal26122424702063750120100
Binary10110001100101001010011101000011011111101000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194A7; }

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

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

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

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

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

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

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

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