#B791BA

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

Shades of London Hue #B791BA

Tints of London Hue #B791BA

Color information

#B791BA (or 0xB791BA) is unknown color: approx London Hue. HEX triplet: B7, 91 and BA. RGB value is (183,145,186). Sum of RGB (Red+Green+Blue) = 183+145+186=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B791BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791BA is #486E45. Grayscale: #A0A0A0. Windows color (decimal): -4746822 or 12226999. OLE color: 12226999.

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

Color convert

RGB183145186-
CMYK0.020.2200.27
HSL295.61º22.91%64.9%-
HSV(B)295.61º22.04%72.94%-
XYZ38.5233.8650.96-
YUV161.04142.09143.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=35.60%
G=28.21%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831451860.020.2200.27295.6122.9164.9
HexB791BA21601B1281741
Octal26722127222603345027101
Binary1011011110010001101110101010110011011100101000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B791BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B791BA; }

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

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

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

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

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

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

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

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