#B390A6

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

Shades of London Hue #B390A6

Tints of London Hue #B390A6

Color information

#B390A6 (or 0xB390A6) is unknown color: approx London Hue. HEX triplet: B3, 90 and A6. RGB value is (179,144,166). Sum of RGB (Red+Green+Blue) = 179+144+166=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A6 is #4C6F59. Grayscale: #9C9C9C. Windows color (decimal): -5009242 or 10916019. OLE color: 10916019.

HSL color Cylindrical-coordinate representation of color #B390A6: hue angle of 322.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A6 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB179144166-
CMYK00.200.070.30
HSL322.29º18.72%63.33%-
HSV(B)322.29º19.55%70.2%-
XYZ35.4532.2840.44-
YUV156.97133.1143.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=36.61%
G=29.45%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914416600.200.070.30322.2918.7263.33
HexB390A601471E142133f
Octal2632202460247365022377
Binary1011001110010000101001100101001111111010100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390A6; }

 p { color: rgb(179,144,166); }

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

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

 a { background-color: rgb(179,144,166); }

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

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

 span { border-color: rgb(179,144,166); }

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