#BB89AB

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

Shades of London Hue #BB89AB

Tints of London Hue #BB89AB

Color information

#BB89AB (or 0xBB89AB) is unknown color: approx London Hue. HEX triplet: BB, 89 and AB. RGB value is (187,137,171). Sum of RGB (Red+Green+Blue) = 187+137+171=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AB is #447654. Grayscale: #9B9B9B. Windows color (decimal): -4486741 or 11241915. OLE color: 11241915.

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

Color convert

RGB187137171-
CMYK00.270.090.27
HSL319.2º26.88%63.53%-
HSV(B)319.2º26.74%73.33%-
XYZ36.7931.442.65-
YUV155.83136.56150.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=37.78%
G=27.68%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717100.270.090.27319.226.8863.53
HexBB89AB01B91B13f1b40
Octal273211253033113347733100
Binary101110111000100110101011011011100111011100111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AB; }

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

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

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

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

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

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

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

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