#B991BA

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

Shades of London Hue #B991BA

Tints of London Hue #B991BA

Color information

#B991BA (or 0xB991BA) is unknown color: approx London Hue. HEX triplet: B9, 91 and BA. RGB value is (185,145,186). Sum of RGB (Red+Green+Blue) = 185+145+186=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B991BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991BA is #466E45. Grayscale: #A1A1A1. Windows color (decimal): -4615750 or 12227001. OLE color: 12227001.

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

Color convert

RGB185145186-
CMYK0.010.2200.27
HSL298.54º22.91%64.9%-
HSV(B)298.54º22.04%72.94%-
XYZ3934.1150.98-
YUV161.63141.75144.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=35.85%
G=28.10%
B=36.05%

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
Decimal1851451860.010.2200.27298.5422.9164.9
HexB991BA11601B12b1741
Octal27122127212603345327101
Binary101110011001000110111010110110011011100101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991BA; }

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

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

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

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

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

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

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

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