#B08AAF

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

Shades of London Hue #B08AAF

Tints of London Hue #B08AAF

Color information

#B08AAF (or 0xB08AAF) is unknown color: approx London Hue. HEX triplet: B0, 8A and AF. RGB value is (176,138,175). Sum of RGB (Red+Green+Blue) = 176+138+175=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAF is #4F7550. Grayscale: #999999. Windows color (decimal): -5207377 or 11504304. OLE color: 11504304.

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

Color convert

RGB176138175-
CMYK00.220.010.31
HSL301.58º19.39%61.57%-
HSV(B)301.58º21.59%69.02%-
XYZ34.7330.544.61-
YUV153.58140.09143.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=35.99%
G=28.22%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613817500.220.010.31301.5819.3961.57
HexB08AAF01611F12e133e
Octal2602122570261374562376
Binary10110000100010101010111101011011111110010111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AAF; }

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

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

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

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

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

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

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

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