#BB89B6

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

Shades of London Hue #BB89B6

Tints of London Hue #BB89B6

Color information

#BB89B6 (or 0xBB89B6) is unknown color: approx London Hue. HEX triplet: BB, 89 and B6. RGB value is (187,137,182). Sum of RGB (Red+Green+Blue) = 187+137+182=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89B6 is #447649. Grayscale: #9C9C9C. Windows color (decimal): -4486730 or 11962811. OLE color: 11962811.

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

Color convert

RGB187137182-
CMYK00.270.030.27
HSL306º26.88%63.53%-
HSV(B)306º26.74%73.33%-
XYZ37.8831.8348.4-
YUV157.08142.06149.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=36.96%
G=27.08%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713718200.270.030.2730626.8863.53
HexBB89B601B31B1321b40
Octal27321126603333346233100
Binary1011101110001001101101100110111111011100110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89B6; }

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

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

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

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

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

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

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

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