#B194AD

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

Shades of London Hue #B194AD

Tints of London Hue #B194AD

Color information

#B194AD (or 0xB194AD) is unknown color: approx London Hue. HEX triplet: B1, 94 and AD. RGB value is (177,148,173). Sum of RGB (Red+Green+Blue) = 177+148+173=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AD is #4E6B52. Grayscale: #9F9F9F. Windows color (decimal): -5139283 or 11375793. OLE color: 11375793.

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

Color convert

RGB177148173-
CMYK00.160.020.31
HSL308.28º15.68%63.73%-
HSV(B)308.28º16.38%69.41%-
XYZ36.2633.5444.1-
YUV159.52135.61140.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=35.54%
G=29.72%
B=34.74%

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
Decimal17714817300.160.020.31308.2815.6863.73
HexB194AD01021F1341040
Octal26122425502023746420100
Binary1011000110010100101011010100001011111100110100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194AD; }

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

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

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

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

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

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

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

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