#B08AAA

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

Shades of London Hue #B08AAA

Tints of London Hue #B08AAA

Color information

#B08AAA (or 0xB08AAA) is unknown color: approx London Hue. HEX triplet: B0, 8A and AA. RGB value is (176,138,170). Sum of RGB (Red+Green+Blue) = 176+138+170=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAA is #4F7555. Grayscale: #989898. Windows color (decimal): -5207382 or 11176624. OLE color: 11176624.

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

Color convert

RGB176138170-
CMYK00.220.030.31
HSL309.47º19.39%61.57%-
HSV(B)309.47º21.59%69.02%-
XYZ34.2530.3142.08-
YUV153.01137.59144.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=36.36%
G=28.51%
B=35.12%

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
Decimal17613817000.220.030.31309.4719.3961.57
HexB08AAA01631F135133e
Octal2602122520263374652376
Binary101100001000101010101010010110111111110011010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AAA; }

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

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

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

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

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

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

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

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