#B989B3

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

Shades of London Hue #B989B3

Tints of London Hue #B989B3

Color information

#B989B3 (or 0xB989B3) is unknown color: approx London Hue. HEX triplet: B9, 89 and B3. RGB value is (185,137,179). Sum of RGB (Red+Green+Blue) = 185+137+179=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B989B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989B3 is #46764C. Grayscale: #9C9C9C. Windows color (decimal): -4617805 or 11766201. OLE color: 11766201.

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

Color convert

RGB185137179-
CMYK00.260.030.27
HSL307.5º25.53%63.14%-
HSV(B)307.5º25.95%72.55%-
XYZ37.0931.4646.77-
YUV156.14140.9148.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=36.93%
G=27.35%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513717900.260.030.27307.525.5363.14
HexB989B301A31B1341a3f
Octal2712112630323334643277
Binary101110011000100110110011011010111101110011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989B3; }

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

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

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

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

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

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

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

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