#BB91B1

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

Shades of London Hue #BB91B1

Tints of London Hue #BB91B1

Color information

#BB91B1 (or 0xBB91B1) is unknown color: approx London Hue. HEX triplet: BB, 91 and B1. RGB value is (187,145,177). Sum of RGB (Red+Green+Blue) = 187+145+177=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91B1 is #446E4E. Grayscale: #A1A1A1. Windows color (decimal): -4484687 or 11637179. OLE color: 11637179.

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

Color convert

RGB187145177-
CMYK00.220.050.27
HSL314.29º23.6%65.1%-
HSV(B)314.29º22.46%73.33%-
XYZ38.5533.9946.12-
YUV161.21136.91146.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=36.74%
G=28.49%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714517700.220.050.27314.2923.665.1
HexBB91B101651B13a1841
Octal27322126102653347230101
Binary10111011100100011011000101011010111011100111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91B1; }

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

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

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

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

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

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

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

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