#B390AC

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

Shades of London Hue #B390AC

Tints of London Hue #B390AC

Color information

#B390AC (or 0xB390AC) is unknown color: approx London Hue. HEX triplet: B3, 90 and AC. RGB value is (179,144,172). Sum of RGB (Red+Green+Blue) = 179+144+172=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B390AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390AC is #4C6F53. Grayscale: #9D9D9D. Windows color (decimal): -5009236 or 11309235. OLE color: 11309235.

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

Color convert

RGB179144172-
CMYK00.200.040.30
HSL312º18.72%63.33%-
HSV(B)312º19.55%70.2%-
XYZ36.0132.5143.41-
YUV157.66136.1143.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=36.16%
G=29.09%
B=34.75%

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
Decimal17914417200.200.040.3031218.7263.33
HexB390AC01441E138133f
Octal2632202540244364702377
Binary1011001110010000101011000101001001111010011100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390AC; }

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

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

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

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

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

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

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

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