#B390AB

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

Shades of London Hue #B390AB

Tints of London Hue #B390AB

Color information

#B390AB (or 0xB390AB) is unknown color: approx London Hue. HEX triplet: B3, 90 and AB. RGB value is (179,144,171). Sum of RGB (Red+Green+Blue) = 179+144+171=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B390AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390AB is #4C6F54. Grayscale: #9D9D9D. Windows color (decimal): -5009237 or 11243699. OLE color: 11243699.

HSL color Cylindrical-coordinate representation of color #B390AB: hue angle of 313.71º 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 #B390AB is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179144171-
CMYK00.200.040.30
HSL313.71º18.72%63.33%-
HSV(B)313.71º19.55%70.2%-
XYZ35.9132.4742.9-
YUV157.54135.6143.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=36.23%
G=29.15%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914417100.200.040.30313.7118.7263.33
HexB390AB01441E13a133f
Octal2632202530244364722377
Binary1011001110010000101010110101001001111010011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390AB; }

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

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

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

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

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

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

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

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