#B091AD

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

Shades of London Hue #B091AD

Tints of London Hue #B091AD

Color information

#B091AD (or 0xB091AD) is unknown color: approx London Hue. HEX triplet: B0, 91 and AD. RGB value is (176,145,173). Sum of RGB (Red+Green+Blue) = 176+145+173=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B091AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091AD is #4F6E52. Grayscale: #9D9D9D. Windows color (decimal): -5205587 or 11375024. OLE color: 11375024.

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

Color convert

RGB176145173-
CMYK00.180.020.31
HSL305.81º16.4%62.94%-
HSV(B)305.81º17.61%69.02%-
XYZ35.5732.543.93-
YUV157.46136.77141.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=35.63%
G=29.35%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614517300.180.020.31305.8116.462.94
HexB091AD01221F132103f
Octal2602212550222374622077
Binary101100001001000110101101010010101111110011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091AD; }

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

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

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

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

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

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

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

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