#B491AC

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

Shades of London Hue #B491AC

Tints of London Hue #B491AC

Color information

#B491AC (or 0xB491AC) is unknown color: approx London Hue. HEX triplet: B4, 91 and AC. RGB value is (180,145,172). Sum of RGB (Red+Green+Blue) = 180+145+172=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B491AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491AC is #4B6E53. Grayscale: #9E9E9E. Windows color (decimal): -4943444 or 11309492. OLE color: 11309492.

HSL color Cylindrical-coordinate representation of color #B491AC: hue angle of 313.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B491AC is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180145172-
CMYK00.190.040.29
HSL313.71º18.92%63.73%-
HSV(B)313.71º19.44%70.59%-
XYZ36.3932.9343.47-
YUV158.54135.6143.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=36.22%
G=29.18%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014517200.190.040.29313.7118.9263.73
HexB491AC01341D13a1340
Octal26422125402343547223100
Binary10110100100100011010110001001110011101100111010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491AC; }

 p { color: rgb(180,145,172); }

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

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

 a { background-color: rgb(180,145,172); }

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

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

 span { border-color: rgb(180,145,172); }

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