#B989AC

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

Shades of London Hue #B989AC

Tints of London Hue #B989AC

Color information

#B989AC (or 0xB989AC) is unknown color: approx London Hue. HEX triplet: B9, 89 and AC. RGB value is (185,137,172). Sum of RGB (Red+Green+Blue) = 185+137+172=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B989AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B989AC is #467653. Grayscale: #9B9B9B. Windows color (decimal): -4617812 or 11307449. OLE color: 11307449.

HSL color Cylindrical-coordinate representation of color #B989AC: hue angle of 316.25º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B989AC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185137172-
CMYK00.260.070.27
HSL316.25º25.53%63.14%-
HSV(B)316.25º25.95%72.55%-
XYZ36.431.1843.13-
YUV155.34137.4149.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=37.45%
G=27.73%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513717200.260.070.27316.2525.5363.14
HexB989AC01A71B13c1a3f
Octal2712112540327334743277
Binary1011100110001001101011000110101111101110011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989AC; }

 p { color: rgb(185,137,172); }

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

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

 a { background-color: rgb(185,137,172); }

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

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

 span { border-color: rgb(185,137,172); }

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