#B491AB

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

Shades of London Hue #B491AB

Tints of London Hue #B491AB

Color information

#B491AB (or 0xB491AB) is unknown color: approx London Hue. HEX triplet: B4, 91 and AB. RGB value is (180,145,171). Sum of RGB (Red+Green+Blue) = 180+145+171=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B491AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491AB is #4B6E54. Grayscale: #9E9E9E. Windows color (decimal): -4943445 or 11243956. OLE color: 11243956.

HSL color Cylindrical-coordinate representation of color #B491AB: hue angle of 315.43º 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 #B491AB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180145171-
CMYK00.190.050.29
HSL315.43º18.92%63.73%-
HSV(B)315.43º19.44%70.59%-
XYZ36.332.8942.96-
YUV158.43135.1143.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=36.29%
G=29.23%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014517100.190.050.29315.4318.9263.73
HexB491AB01351D13b1340
Octal26422125302353547323100
Binary10110100100100011010101101001110111101100111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491AB; }

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

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

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

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

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

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

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

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