#B496AB

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

Shades of London Hue #B496AB

Tints of London Hue #B496AB

Color information

#B496AB (or 0xB496AB) is unknown color: approx London Hue. HEX triplet: B4, 96 and AB. RGB value is (180,150,171). Sum of RGB (Red+Green+Blue) = 180+150+171=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B496AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B496AB is #4B6954. Grayscale: #A1A1A1. Windows color (decimal): -4942165 or 11245236. OLE color: 11245236.

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

Color convert

RGB180150171-
CMYK00.170.050.29
HSL318º16.67%64.71%-
HSV(B)318º16.67%70.59%-
XYZ37.0834.4643.22-
YUV161.36133.44141.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=35.93%
G=29.94%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015017100.170.050.2931816.6764.71
HexB496AB01151D13e1141
Octal26422625302153547621101
Binary10110100100101101010101101000110111101100111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496AB; }

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

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

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

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

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

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

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

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