#B089AC

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

Shades of London Hue #B089AC

Tints of London Hue #B089AC

Color information

#B089AC (or 0xB089AC) is unknown color: approx London Hue. HEX triplet: B0, 89 and AC. RGB value is (176,137,172). Sum of RGB (Red+Green+Blue) = 176+137+172=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AC is #4F7653. Grayscale: #989898. Windows color (decimal): -5207636 or 11307440. OLE color: 11307440.

HSL color Cylindrical-coordinate representation of color #B089AC: hue angle of 306.15º 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 #B089AC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176137172-
CMYK00.220.020.31
HSL306.15º19.8%61.37%-
HSV(B)306.15º22.16%69.02%-
XYZ34.330.143.03-
YUV152.65138.92144.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=36.29%
G=28.25%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613717200.220.020.31306.1519.861.37
HexB089AC01621F132143d
Octal2602112540262374622475
Binary101100001000100110101100010110101111110011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089AC; }

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

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

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

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

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

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

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

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