#B989B5

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

Shades of London Hue #B989B5

Tints of London Hue #B989B5

Color information

#B989B5 (or 0xB989B5) is unknown color: approx London Hue. HEX triplet: B9, 89 and B5. RGB value is (185,137,181). Sum of RGB (Red+Green+Blue) = 185+137+181=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B989B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989B5 is #46764A. Grayscale: #9C9C9C. Windows color (decimal): -4617803 or 11897273. OLE color: 11897273.

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

Color convert

RGB185137181-
CMYK00.260.020.27
HSL305º25.53%63.14%-
HSV(B)305º25.95%72.55%-
XYZ37.2931.5447.84-
YUV156.37141.9148.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=36.78%
G=27.24%
B=35.98%

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
Decimal18513718100.260.020.2730525.5363.14
HexB989B501A21B1311a3f
Octal2712112650322334613277
Binary101110011000100110110101011010101101110011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989B5; }

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

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

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

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

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

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

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

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