#B891AE

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

Shades of London Hue #B891AE

Tints of London Hue #B891AE

Color information

#B891AE (or 0xB891AE) is unknown color: approx London Hue. HEX triplet: B8, 91 and AE. RGB value is (184,145,174). Sum of RGB (Red+Green+Blue) = 184+145+174=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B891AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B891AE is #476E51. Grayscale: #9F9F9F. Windows color (decimal): -4681298 or 11440568. OLE color: 11440568.

HSL color Cylindrical-coordinate representation of color #B891AE: hue angle of 315.38º 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 #B891AE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184145174-
CMYK00.210.050.28
HSL315.38º21.55%64.51%-
HSV(B)315.38º21.2%72.16%-
XYZ37.5333.544.53-
YUV159.97135.92145.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=36.58%
G=28.83%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414517400.210.050.28315.3821.5564.51
HexB891AE01551C13b1641
Octal27022125602553447326101
Binary10111000100100011010111001010110111100100111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891AE; }

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

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

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

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

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

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

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

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