#B189AF

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

Shades of London Hue #B189AF

Tints of London Hue #B189AF

Color information

#B189AF (or 0xB189AF) is unknown color: approx London Hue. HEX triplet: B1, 89 and AF. RGB value is (177,137,175). Sum of RGB (Red+Green+Blue) = 177+137+175=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B189AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B189AF is #4E7650. Grayscale: #999999. Windows color (decimal): -5142097 or 11504049. OLE color: 11504049.

HSL color Cylindrical-coordinate representation of color #B189AF: hue angle of 303º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B189AF is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177137175-
CMYK00.230.010.31
HSL303º20.41%61.57%-
HSV(B)303º22.6%69.41%-
XYZ34.8130.3344.58-
YUV153.29140.25144.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=36.20%
G=28.02%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713717500.230.010.3130320.4161.57
HexB189AF01711F12f143e
Octal2612112570271374572476
Binary10110001100010011010111101011111111110010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189AF; }

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

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

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

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

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

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

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

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