#BB91BB

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

Shades of London Hue #BB91BB

Tints of London Hue #BB91BB

Color information

#BB91BB (or 0xBB91BB) is unknown color: approx London Hue. HEX triplet: BB, 91 and BB. RGB value is (187,145,187). Sum of RGB (Red+Green+Blue) = 187+145+187=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91BB is #446E44. Grayscale: #A2A2A2. Windows color (decimal): -4484677 or 12292539. OLE color: 12292539.

HSL color Cylindrical-coordinate representation of color #BB91BB: hue angle of 300º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB91BB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187145187-
CMYK00.2200.27
HSL300º23.6%65.1%-
HSV(B)300º22.46%73.33%-
XYZ39.5934.451.57-
YUV162.35141.91145.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=36.03%
G=27.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714518700.2200.2730023.665.1
HexBB91BB01601B12c1841
Octal27322127302603345430101
Binary101110111001000110111011010110011011100101100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91BB; }

 p { color: rgb(187,145,187); }

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

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

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

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

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

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

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