#B890B9

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

Shades of London Hue #B890B9

Tints of London Hue #B890B9

Color information

#B890B9 (or 0xB890B9) is unknown color: approx London Hue. HEX triplet: B8, 90 and B9. RGB value is (184,144,185). Sum of RGB (Red+Green+Blue) = 184+144+185=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #B890B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890B9 is #476F46. Grayscale: #A0A0A0. Windows color (decimal): -4681543 or 12161208. OLE color: 12161208.

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

Color convert

RGB184144185-
CMYK0.010.2200.27
HSL298.54º22.65%64.51%-
HSV(B)298.54º22.16%72.55%-
XYZ38.533.6450.36-
YUV160.63141.75144.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=35.87%
G=28.07%
B=36.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841441850.010.2200.27298.5422.6564.51
HexB890B911601B12b1741
Octal27022027112603345327101
Binary101110001001000010111001110110011011100101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890B9; }

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

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

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

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

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

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

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

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