#B496AF

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

Shades of London Hue #B496AF

Tints of London Hue #B496AF

Color information

#B496AF (or 0xB496AF) is unknown color: approx London Hue. HEX triplet: B4, 96 and AF. RGB value is (180,150,175). Sum of RGB (Red+Green+Blue) = 180+150+175=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B496AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496AF is #4B6950. Grayscale: #A1A1A1. Windows color (decimal): -4942161 or 11507380. OLE color: 11507380.

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

Color convert

RGB180150175-
CMYK00.170.030.29
HSL310º16.67%64.71%-
HSV(B)310º16.67%70.59%-
XYZ37.4734.6145.26-
YUV161.82135.44140.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=35.64%
G=29.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015017500.170.030.2931016.6764.71
HexB496AF01131D1361141
Octal26422625702133546621101
Binary1011010010010110101011110100011111101100110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496AF; }

 p { color: rgb(180,150,175); }

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

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

 a { background-color: rgb(180,150,175); }

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

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

 span { border-color: rgb(180,150,175); }

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