#B78BAC

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

Shades of London Hue #B78BAC

Tints of London Hue #B78BAC

Color information

#B78BAC (or 0xB78BAC) is unknown color: approx London Hue. HEX triplet: B7, 8B and AC. RGB value is (183,139,172). Sum of RGB (Red+Green+Blue) = 183+139+172=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BAC is #487453. Grayscale: #9B9B9B. Windows color (decimal): -4748372 or 11307959. OLE color: 11307959.

HSL color Cylindrical-coordinate representation of color #B78BAC: hue angle of 315º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BAC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183139172-
CMYK00.240.060.28
HSL315º23.4%63.14%-
HSV(B)315º24.04%71.76%-
XYZ36.2131.5143.2-
YUV155.92137.08147.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=37.04%
G=28.14%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313917200.240.060.2831523.463.14
HexB78BAC01861C13b173f
Octal2672132540306344732777
Binary1011011110001011101011000110001101110010011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BAC; }

 p { color: rgb(183,139,172); }

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

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

 a { background-color: rgb(183,139,172); }

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

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

 span { border-color: rgb(183,139,172); }

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