#B08AA9

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

Shades of London Hue #B08AA9

Tints of London Hue #B08AA9

Color information

#B08AA9 (or 0xB08AA9) is unknown color: approx London Hue. HEX triplet: B0, 8A and A9. RGB value is (176,138,169). Sum of RGB (Red+Green+Blue) = 176+138+169=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AA9 is #4F7556. Grayscale: #989898. Windows color (decimal): -5207383 or 11111088. OLE color: 11111088.

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

Color convert

RGB176138169-
CMYK00.220.040.31
HSL311.05º19.39%61.57%-
HSV(B)311.05º21.59%69.02%-
XYZ34.1530.2741.58-
YUV152.9137.09144.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=36.44%
G=28.57%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613816900.220.040.31311.0519.3961.57
HexB08AA901641F137133e
Octal2602122510264374672376
Binary1011000010001010101010010101101001111110011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AA9; }

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

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

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

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

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

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

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

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