#B991BB

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

Shades of London Hue #B991BB

Tints of London Hue #B991BB

Color information

#B991BB (or 0xB991BB) is unknown color: approx London Hue. HEX triplet: B9, 91 and BB. RGB value is (185,145,187). Sum of RGB (Red+Green+Blue) = 185+145+187=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #B991BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BB is #466E44. Grayscale: #A1A1A1. Windows color (decimal): -4615749 or 12292537. OLE color: 12292537.

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

Color convert

RGB185145187-
CMYK0.010.2200.27
HSL297.14º23.6%65.1%-
HSV(B)297.14º22.46%73.33%-
XYZ39.134.1551.54-
YUV161.75142.25144.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=35.78%
G=28.05%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851451870.010.2200.27297.1423.665.1
HexB991BB11601B1291841
Octal27122127312603345130101
Binary101110011001000110111011110110011011100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991BB; }

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

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

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

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

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

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

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

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