#B194AC

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

Shades of London Hue #B194AC

Tints of London Hue #B194AC

Color information

#B194AC (or 0xB194AC) is unknown color: approx London Hue. HEX triplet: B1, 94 and AC. RGB value is (177,148,172). Sum of RGB (Red+Green+Blue) = 177+148+172=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AC is #4E6B53. Grayscale: #9F9F9F. Windows color (decimal): -5139284 or 11310257. OLE color: 11310257.

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

Color convert

RGB177148172-
CMYK00.160.030.31
HSL310.34º15.68%63.73%-
HSV(B)310.34º16.38%69.41%-
XYZ36.1733.5143.59-
YUV159.41135.11140.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=35.61%
G=29.78%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714817200.160.030.31310.3415.6863.73
HexB194AC01031F1361040
Octal26122425402033746620100
Binary1011000110010100101011000100001111111100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194AC; }

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

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

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

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

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

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

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

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