#B890AD

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

Shades of London Hue #B890AD

Tints of London Hue #B890AD

Color information

#B890AD (or 0xB890AD) is unknown color: approx London Hue. HEX triplet: B8, 90 and AD. RGB value is (184,144,173). Sum of RGB (Red+Green+Blue) = 184+144+173=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AD is #476F52. Grayscale: #9F9F9F. Windows color (decimal): -4681555 or 11374776. OLE color: 11374776.

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

Color convert

RGB184144173-
CMYK00.220.060.28
HSL316.5º21.98%64.31%-
HSV(B)316.5º21.74%72.16%-
XYZ37.2833.1543.97-
YUV159.27135.75145.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=36.73%
G=28.74%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414417300.220.060.28316.521.9864.31
HexB890AD01661C13c1640
Octal27022025502663447426100
Binary10111000100100001010110101011011011100100111100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890AD; }

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

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

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

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

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

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

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

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