Html Css Color HEX #B390AB London Hue

📋 copy color: '#B390AB'

red 179 ◦ green 144 ◦ blue 171

#B390AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B390AB

Tints of London Hue #B390AB

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 value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B390AB (or 0xB390AB) is known color: 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

RGB 179 144 171 -
CMYK 0 0.20 0.04 0.30
HSL 313.71º 0.19% 0.63% -
HSV(B) 313.71º 0.2% 0.7% -
XYZ 35.91 32.47 42.9 -
YUV 157.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 179 144 171 0 0.20 0.04 0.30 313.71 0.19 0.63
Hex B3 90 AB 0 14 4 1E 13A 13 3F
Octal 263 220 253 0 24 4 36 472 23 77
Binary 10110011 10010000 10101011 0 10100 100 11110 100111010 10011 111111

Color Harmonies of #B390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390AB

Black with #B390AB

Text Example


Text Example

White with #B390AB

Text Example


Text Example

HTML Codes & Css Web 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>