#B890AC

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

Shades of London Hue #B890AC

Tints of London Hue #B890AC

Color information

#B890AC (or 0xB890AC) is unknown color: approx London Hue. HEX triplet: B8, 90 and AC. RGB value is (184,144,172). Sum of RGB (Red+Green+Blue) = 184+144+172=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AC is #476F53. Grayscale: #9F9F9F. Windows color (decimal): -4681556 or 11309240. OLE color: 11309240.

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

Color convert

RGB184144172-
CMYK00.220.070.28
HSL318º21.98%64.31%-
HSV(B)318º21.74%72.16%-
XYZ37.1933.1243.46-
YUV159.15135.25145.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=36.8%
G=28.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414417200.220.070.2831821.9864.31
HexB890AC01671C13e1640
Octal27022025402673447626100
Binary10111000100100001010110001011011111100100111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890AC; }

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

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

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

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

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

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

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

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