#B891AD

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

Shades of London Hue #B891AD

Tints of London Hue #B891AD

Color information

#B891AD (or 0xB891AD) is unknown color: approx London Hue. HEX triplet: B8, 91 and AD. RGB value is (184,145,173). Sum of RGB (Red+Green+Blue) = 184+145+173=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B891AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B891AD is #476E52. Grayscale: #9F9F9F. Windows color (decimal): -4681299 or 11375032. OLE color: 11375032.

HSL color Cylindrical-coordinate representation of color #B891AD: hue angle of 316.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B891AD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184145173-
CMYK00.210.060.28
HSL316.92º21.55%64.51%-
HSV(B)316.92º21.2%72.16%-
XYZ37.4433.4644.02-
YUV159.85135.42145.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=36.65%
G=28.88%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414517300.210.060.28316.9221.5564.51
HexB891AD01561C13d1641
Octal27022125502563447526101
Binary10111000100100011010110101010111011100100111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891AD; }

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

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

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

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

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

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

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

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