#B497AC

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

Shades of London Hue #B497AC

Tints of London Hue #B497AC

Color information

#B497AC (or 0xB497AC) is unknown color: approx London Hue. HEX triplet: B4, 97 and AC. RGB value is (180,151,172). Sum of RGB (Red+Green+Blue) = 180+151+172=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B497AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497AC is #4B6853. Grayscale: #A2A2A2. Windows color (decimal): -4941908 or 11311028. OLE color: 11311028.

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

Color convert

RGB180151172-
CMYK00.160.040.29
HSL316.55º16.2%64.9%-
HSV(B)316.55º16.11%70.59%-
XYZ37.3434.8243.78-
YUV162.06133.61140.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=35.79%
G=30.02%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015117200.160.040.29316.5516.264.9
HexB497AC01041D13d1041
Octal26422725402043547520101
Binary10110100100101111010110001000010011101100111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497AC; }

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

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

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

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

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

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

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

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