#B890AE

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

Shades of London Hue #B890AE

Tints of London Hue #B890AE

Color information

#B890AE (or 0xB890AE) is unknown color: approx London Hue. HEX triplet: B8, 90 and AE. RGB value is (184,144,174). Sum of RGB (Red+Green+Blue) = 184+144+174=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AE is #476F51. Grayscale: #9F9F9F. Windows color (decimal): -4681554 or 11440312. OLE color: 11440312.

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

Color convert

RGB184144174-
CMYK00.220.050.28
HSL315º21.98%64.31%-
HSV(B)315º21.74%72.16%-
XYZ37.3833.1944.48-
YUV159.38136.25145.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=36.65%
G=28.69%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414417400.220.050.2831521.9864.31
HexB890AE01651C13b1640
Octal27022025602653447326100
Binary10111000100100001010111001011010111100100111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890AE; }

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

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

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

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

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

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

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

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