#BB89AD

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

Shades of London Hue #BB89AD

Tints of London Hue #BB89AD

Color information

#BB89AD (or 0xBB89AD) is unknown color: approx London Hue. HEX triplet: BB, 89 and AD. RGB value is (187,137,173). Sum of RGB (Red+Green+Blue) = 187+137+173=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AD is #447652. Grayscale: #9B9B9B. Windows color (decimal): -4486739 or 11372987. OLE color: 11372987.

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

Color convert

RGB187137173-
CMYK00.270.070.27
HSL316.8º26.88%63.53%-
HSV(B)316.8º26.74%73.33%-
XYZ36.9831.4743.66-
YUV156.05137.56150.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=37.63%
G=27.57%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717300.270.070.27316.826.8863.53
HexBB89AD01B71B13d1b40
Octal27321125503373347533100
Binary10111011100010011010110101101111111011100111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AD; }

 p { color: rgb(187,137,173); }

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

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

 a { background-color: rgb(187,137,173); }

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

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

 span { border-color: rgb(187,137,173); }

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