#BB89AF

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

Shades of London Hue #BB89AF

Tints of London Hue #BB89AF

Color information

#BB89AF (or 0xBB89AF) is unknown color: approx London Hue. HEX triplet: BB, 89 and AF. RGB value is (187,137,175). Sum of RGB (Red+Green+Blue) = 187+137+175=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AF is #447650. Grayscale: #9C9C9C. Windows color (decimal): -4486737 or 11504059. OLE color: 11504059.

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

Color convert

RGB187137175-
CMYK00.270.060.27
HSL314.4º26.88%63.53%-
HSV(B)314.4º26.74%73.33%-
XYZ37.1831.5544.69-
YUV156.28138.56149.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=37.47%
G=27.45%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717500.270.060.27314.426.8863.53
HexBB89AF01B61B13a1b40
Octal27321125703363347233100
Binary10111011100010011010111101101111011011100111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AF; }

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

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

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

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

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

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

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

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