#BB91BC

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

Shades of London Hue #BB91BC

Tints of London Hue #BB91BC

Color information

#BB91BC (or 0xBB91BC) is unknown color: approx London Hue. HEX triplet: BB, 91 and BC. RGB value is (187,145,188). Sum of RGB (Red+Green+Blue) = 187+145+188=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91BC is #446E43. Grayscale: #A2A2A2. Windows color (decimal): -4484676 or 12358075. OLE color: 12358075.

HSL color Cylindrical-coordinate representation of color #BB91BC: hue angle of 298.6º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB91BC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187145188-
CMYK0.010.2300.26
HSL298.6º24.29%65.29%-
HSV(B)298.6º22.87%73.73%-
XYZ39.734.4552.13-
YUV162.46142.41145.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=35.96%
G=27.88%
B=36.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871451880.010.2300.26298.624.2965.29
HexBB91BC11701A12b1841
Octal27322127412703245330101
Binary101110111001000110111100110111011010100101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91BC; }

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

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

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

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

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

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

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

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