#BB89B2

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

Shades of London Hue #BB89B2

Tints of London Hue #BB89B2

Color information

#BB89B2 (or 0xBB89B2) is unknown color: approx London Hue. HEX triplet: BB, 89 and B2. RGB value is (187,137,178). Sum of RGB (Red+Green+Blue) = 187+137+178=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89B2 is #44764D. Grayscale: #9C9C9C. Windows color (decimal): -4486734 or 11700667. OLE color: 11700667.

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

Color convert

RGB187137178-
CMYK00.270.050.27
HSL310.8º26.88%63.53%-
HSV(B)310.8º26.74%73.33%-
XYZ37.4831.6746.26-
YUV156.62140.06149.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=37.25%
G=27.29%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713717800.270.050.27310.826.8863.53
HexBB89B201B51B1371b40
Octal27321126203353346733100
Binary10111011100010011011001001101110111011100110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89B2; }

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

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

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

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

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

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

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

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