#B08EA9

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

Shades of London Hue #B08EA9

Tints of London Hue #B08EA9

Color information

#B08EA9 (or 0xB08EA9) is unknown color: approx London Hue. HEX triplet: B0, 8E and A9. RGB value is (176,142,169). Sum of RGB (Red+Green+Blue) = 176+142+169=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA9 is #4F7156. Grayscale: #9B9B9B. Windows color (decimal): -5206359 or 11112112. OLE color: 11112112.

HSL color Cylindrical-coordinate representation of color #B08EA9: hue angle of 312.35º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EA9 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176142169-
CMYK00.190.040.31
HSL312.35º17.71%62.35%-
HSV(B)312.35º19.32%69.02%-
XYZ34.7431.4441.77-
YUV155.24135.76142.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=36.14%
G=29.16%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614216900.190.040.31312.3517.7162.35
HexB08EA901341F138123e
Octal2602162510234374702276
Binary1011000010001110101010010100111001111110011100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EA9; }

 p { color: rgb(176,142,169); }

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

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

 a { background-color: rgb(176,142,169); }

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

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

 span { border-color: rgb(176,142,169); }

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