#B091AA

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

Shades of London Hue #B091AA

Tints of London Hue #B091AA

Color information

#B091AA (or 0xB091AA) is unknown color: approx London Hue. HEX triplet: B0, 91 and AA. RGB value is (176,145,170). Sum of RGB (Red+Green+Blue) = 176+145+170=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B091AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091AA is #4F6E55. Grayscale: #9D9D9D. Windows color (decimal): -5205590 or 11178416. OLE color: 11178416.

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

Color convert

RGB176145170-
CMYK00.180.030.31
HSL311.61º16.4%62.94%-
HSV(B)311.61º17.61%69.02%-
XYZ35.2932.3842.42-
YUV157.12135.27141.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=35.85%
G=29.53%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614517000.180.030.31311.6116.462.94
HexB091AA01231F138103f
Octal2602212520223374702077
Binary101100001001000110101010010010111111110011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091AA; }

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

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

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

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

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

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

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

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