#B089AA

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

Shades of London Hue #B089AA

Tints of London Hue #B089AA

Color information

#B089AA (or 0xB089AA) is unknown color: approx London Hue. HEX triplet: B0, 89 and AA. RGB value is (176,137,170). Sum of RGB (Red+Green+Blue) = 176+137+170=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AA is #4F7655. Grayscale: #989898. Windows color (decimal): -5207638 or 11176368. OLE color: 11176368.

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

Color convert

RGB176137170-
CMYK00.220.030.31
HSL309.23º19.8%61.37%-
HSV(B)309.23º22.16%69.02%-
XYZ34.1130.0242.03-
YUV152.42137.92144.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=36.44%
G=28.36%
B=35.20%

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
Decimal17613717000.220.030.31309.2319.861.37
HexB089AA01631F135143d
Octal2602112520263374652475
Binary101100001000100110101010010110111111110011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089AA; }

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

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

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

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

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

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

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

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