#BB91B3

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

Shades of London Hue #BB91B3

Tints of London Hue #BB91B3

Color information

#BB91B3 (or 0xBB91B3) is unknown color: approx London Hue. HEX triplet: BB, 91 and B3. RGB value is (187,145,179). Sum of RGB (Red+Green+Blue) = 187+145+179=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91B3 is #446E4C. Grayscale: #A1A1A1. Windows color (decimal): -4484685 or 11768251. OLE color: 11768251.

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

Color convert

RGB187145179-
CMYK00.220.040.27
HSL311.43º23.6%65.1%-
HSV(B)311.43º22.46%73.33%-
XYZ38.7634.0747.18-
YUV161.43137.91146.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=36.59%
G=28.38%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714517900.220.040.27311.4323.665.1
HexBB91B301641B1371841
Octal27322126302643346730101
Binary10111011100100011011001101011010011011100110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91B3; }

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

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

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

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

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

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

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

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