#B890BA

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

Shades of London Hue #B890BA

Tints of London Hue #B890BA

Color information

#B890BA (or 0xB890BA) is unknown color: approx London Hue. HEX triplet: B8, 90 and BA. RGB value is (184,144,186). Sum of RGB (Red+Green+Blue) = 184+144+186=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B890BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890BA is #476F45. Grayscale: #A0A0A0. Windows color (decimal): -4681542 or 12226744. OLE color: 12226744.

HSL color Cylindrical-coordinate representation of color #B890BA: hue angle of 297.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B890BA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184144186-
CMYK0.010.2300.27
HSL297.14º23.33%64.71%-
HSV(B)297.14º22.58%72.94%-
XYZ38.633.6850.92-
YUV160.75142.25144.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=35.80%
G=28.02%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841441860.010.2300.27297.1423.3364.71
HexB890BA11701B1291741
Octal27022027212703345127101
Binary101110001001000010111010110111011011100101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890BA; }

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

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

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

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

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

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

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

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