#B991B9

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

Shades of London Hue #B991B9

Tints of London Hue #B991B9

Color information

#B991B9 (or 0xB991B9) is unknown color: approx London Hue. HEX triplet: B9, 91 and B9. RGB value is (185,145,185). Sum of RGB (Red+Green+Blue) = 185+145+185=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B991B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991B9 is #466E46. Grayscale: #A1A1A1. Windows color (decimal): -4615751 or 12161465. OLE color: 12161465.

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

Color convert

RGB185145185-
CMYK00.2200.27
HSL300º22.22%64.71%-
HSV(B)300º21.62%72.55%-
XYZ38.8934.0750.42-
YUV161.52141.25144.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=35.92%
G=28.16%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514518500.2200.2730022.2264.71
HexB991B901601B12c1641
Octal27122127102603345426101
Binary101110011001000110111001010110011011100101100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991B9; }

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

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

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

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

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

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

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

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