#B794BA

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

Shades of London Hue #B794BA

Tints of London Hue #B794BA

Color information

#B794BA (or 0xB794BA) is unknown color: approx London Hue. HEX triplet: B7, 94 and BA. RGB value is (183,148,186). Sum of RGB (Red+Green+Blue) = 183+148+186=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B794BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794BA is #486B45. Grayscale: #A2A2A2. Windows color (decimal): -4746054 or 12227767. OLE color: 12227767.

HSL color Cylindrical-coordinate representation of color #B794BA: hue angle of 295.26º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B794BA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183148186-
CMYK0.020.2000.27
HSL295.26º21.59%65.49%-
HSV(B)295.26º20.43%72.94%-
XYZ38.9834.7951.12-
YUV162.8141.1142.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=35.40%
G=28.63%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831481860.020.2000.27295.2621.5965.49
HexB794BA21401B1271641
Octal26722427222403344726101
Binary1011011110010100101110101010100011011100100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794BA; }

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

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

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

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

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

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

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

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