#BB89AC

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

Shades of London Hue #BB89AC

Tints of London Hue #BB89AC

Color information

#BB89AC (or 0xBB89AC) is unknown color: approx London Hue. HEX triplet: BB, 89 and AC. RGB value is (187,137,172). Sum of RGB (Red+Green+Blue) = 187+137+172=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89AC is #447653. Grayscale: #9B9B9B. Windows color (decimal): -4486740 or 11307451. OLE color: 11307451.

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

Color convert

RGB187137172-
CMYK00.270.080.27
HSL318º26.88%63.53%-
HSV(B)318º26.74%73.33%-
XYZ36.8931.4343.15-
YUV155.94137.06150.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=37.70%
G=27.62%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717200.270.080.2731826.8863.53
HexBB89AC01B81B13e1b40
Octal273211254033103347633100
Binary101110111000100110101100011011100011011100111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89AC; }

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

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

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

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

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

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

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

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