#B096AB

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

Shades of London Hue #B096AB

Tints of London Hue #B096AB

Color information

#B096AB (or 0xB096AB) is unknown color: approx London Hue. HEX triplet: B0, 96 and AB. RGB value is (176,150,171). Sum of RGB (Red+Green+Blue) = 176+150+171=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B096AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B096AB is #4F6954. Grayscale: #A0A0A0. Windows color (decimal): -5204309 or 11245232. OLE color: 11245232.

HSL color Cylindrical-coordinate representation of color #B096AB: hue angle of 311.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B096AB is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176150171-
CMYK00.150.030.31
HSL311.54º14.13%63.92%-
HSV(B)311.54º14.77%69.02%-
XYZ36.1633.9843.18-
YUV160.17134.11139.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=35.41%
G=30.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615017100.150.030.31311.5414.1363.92
HexB096AB0F31F138e40
Octal26022625301733747016100
Binary10110000100101101010101101111111111110011100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096AB; }

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

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

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

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

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

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

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

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