#B989BD

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

Shades of London Hue #B989BD

Tints of London Hue #B989BD

Color information

#B989BD (or 0xB989BD) is unknown color: approx London Hue. HEX triplet: B9, 89 and BD. RGB value is (185,137,189). Sum of RGB (Red+Green+Blue) = 185+137+189=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B989BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989BD is #467642. Grayscale: #9D9D9D. Windows color (decimal): -4617795 or 12421561. OLE color: 12421561.

HSL color Cylindrical-coordinate representation of color #B989BD: hue angle of 295.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B989BD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185137189-
CMYK0.020.2800.26
HSL295.38º28.26%63.92%-
HSV(B)295.38º27.51%74.12%-
XYZ38.1431.8852.29-
YUV157.28145.9147.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=36.20%
G=26.81%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851371890.020.2800.26295.3828.2663.92
HexB989BD21C01A1271c40
Octal27121127523403244734100
Binary1011100110001001101111011011100011010100100111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989BD; }

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

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

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

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

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

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

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

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