#B389AF

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

Shades of London Hue #B389AF

Tints of London Hue #B389AF

Color information

#B389AF (or 0xB389AF) is unknown color: approx London Hue. HEX triplet: B3, 89 and AF. RGB value is (179,137,175). Sum of RGB (Red+Green+Blue) = 179+137+175=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B389AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389AF is #4C7650. Grayscale: #999999. Windows color (decimal): -5011025 or 11504051. OLE color: 11504051.

HSL color Cylindrical-coordinate representation of color #B389AF: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B389AF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179137175-
CMYK00.230.020.30
HSL305.71º21.65%61.96%-
HSV(B)305.71º23.46%70.2%-
XYZ35.2730.5744.6-
YUV153.89139.91145.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=36.46%
G=27.90%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913717500.230.020.30305.7121.6561.96
HexB389AF01721E132163e
Octal2632112570272364622676
Binary101100111000100110101111010111101111010011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389AF; }

 p { color: rgb(179,137,175); }

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

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

 a { background-color: rgb(179,137,175); }

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

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

 span { border-color: rgb(179,137,175); }

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