#B78EA9

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

Shades of London Hue #B78EA9

Tints of London Hue #B78EA9

Color information

#B78EA9 (or 0xB78EA9) is unknown color: approx London Hue. HEX triplet: B7, 8E and A9. RGB value is (183,142,169). Sum of RGB (Red+Green+Blue) = 183+142+169=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B78EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78EA9 is #487156. Grayscale: #9D9D9D. Windows color (decimal): -4747607 or 11112119. OLE color: 11112119.

HSL color Cylindrical-coordinate representation of color #B78EA9: hue angle of 320.49º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78EA9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183142169-
CMYK00.220.080.28
HSL320.49º22.16%63.73%-
HSV(B)320.49º22.4%71.76%-
XYZ36.3632.2841.85-
YUV157.34134.58146.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=37.04%
G=28.74%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314216900.220.080.28320.4922.1663.73
HexB78EA901681C1401640
Octal267216251026103450026100
Binary101101111000111010101001010110100011100101000000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78EA9; }

 p { color: rgb(183,142,169); }

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

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

 a { background-color: rgb(183,142,169); }

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

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

 span { border-color: rgb(183,142,169); }

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