#BB91B8

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

Shades of London Hue #BB91B8

Tints of London Hue #BB91B8

Color information

#BB91B8 (or 0xBB91B8) is unknown color: approx London Hue. HEX triplet: BB, 91 and B8. RGB value is (187,145,184). Sum of RGB (Red+Green+Blue) = 187+145+184=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91B8 is #446E47. Grayscale: #A1A1A1. Windows color (decimal): -4484680 or 12095931. OLE color: 12095931.

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

Color convert

RGB187145184-
CMYK00.220.020.27
HSL304.29º23.6%65.1%-
HSV(B)304.29º22.46%73.33%-
XYZ39.2734.2849.89-
YUV162140.41145.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 184 (72.27% from 255) = 35.66%
R=36.24%
G=28.10%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714518400.220.020.27304.2923.665.1
HexBB91B801621B1301841
Octal27322127002623346030101
Binary1011101110010001101110000101101011011100110000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91B8; }

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

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

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

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

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

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

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

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