#B497AB

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

Shades of London Hue #B497AB

Tints of London Hue #B497AB

Color information

#B497AB (or 0xB497AB) is unknown color: approx London Hue. HEX triplet: B4, 97 and AB. RGB value is (180,151,171). Sum of RGB (Red+Green+Blue) = 180+151+171=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B497AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497AB is #4B6854. Grayscale: #A1A1A1. Windows color (decimal): -4941909 or 11245492. OLE color: 11245492.

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

Color convert

RGB180151171-
CMYK00.160.050.29
HSL318.62º16.2%64.9%-
HSV(B)318.62º16.11%70.59%-
XYZ37.2434.7843.28-
YUV161.95133.11140.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=35.86%
G=30.08%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015117100.160.050.29318.6216.264.9
HexB497AB01051D13f1041
Octal26422725302053547720101
Binary10110100100101111010101101000010111101100111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497AB; }

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

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

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

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

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

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

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

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