#B089AB

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

Shades of London Hue #B089AB

Tints of London Hue #B089AB

Color information

#B089AB (or 0xB089AB) is unknown color: approx London Hue. HEX triplet: B0, 89 and AB. RGB value is (176,137,171). Sum of RGB (Red+Green+Blue) = 176+137+171=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AB is #4F7654. Grayscale: #989898. Windows color (decimal): -5207637 or 11241904. OLE color: 11241904.

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

Color convert

RGB176137171-
CMYK00.220.030.31
HSL307.69º19.8%61.37%-
HSV(B)307.69º22.16%69.02%-
XYZ34.230.0642.53-
YUV152.54138.42144.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=36.36%
G=28.31%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613717100.220.030.31307.6919.861.37
HexB089AB01631F134143d
Octal2602112530263374642475
Binary101100001000100110101011010110111111110011010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089AB; }

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

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

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

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

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

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

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

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