#B089AD

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

Shades of London Hue #B089AD

Tints of London Hue #B089AD

Color information

#B089AD (or 0xB089AD) is unknown color: approx London Hue. HEX triplet: B0, 89 and AD. RGB value is (176,137,173). Sum of RGB (Red+Green+Blue) = 176+137+173=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B089AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089AD is #4F7652. Grayscale: #989898. Windows color (decimal): -5207635 or 11372976. OLE color: 11372976.

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

Color convert

RGB176137173-
CMYK00.220.020.31
HSL304.62º19.8%61.37%-
HSV(B)304.62º22.16%69.02%-
XYZ34.3930.1443.54-
YUV152.77139.42144.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=36.21%
G=28.19%
B=35.60%

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
Decimal17613717300.220.020.31304.6219.861.37
HexB089AD01621F131143d
Octal2602112550262374612475
Binary101100001000100110101101010110101111110011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089AD; }

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

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

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

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

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

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

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

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