#B989B6

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

Shades of London Hue #B989B6

Tints of London Hue #B989B6

Color information

#B989B6 (or 0xB989B6) is unknown color: approx London Hue. HEX triplet: B9, 89 and B6. RGB value is (185,137,182). Sum of RGB (Red+Green+Blue) = 185+137+182=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B989B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989B6 is #467649. Grayscale: #9C9C9C. Windows color (decimal): -4617802 or 11962809. OLE color: 11962809.

HSL color Cylindrical-coordinate representation of color #B989B6: hue angle of 303.75º 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 #B989B6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185137182-
CMYK00.260.020.27
HSL303.75º25.53%63.14%-
HSV(B)303.75º25.95%72.55%-
XYZ37.431.5848.38-
YUV156.48142.4148.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=36.71%
G=27.18%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513718200.260.020.27303.7525.5363.14
HexB989B601A21B1301a3f
Octal2712112660322334603277
Binary101110011000100110110110011010101101110011000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989B6; }

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

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

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

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

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

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

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

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