#B78AAC

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

Shades of London Hue #B78AAC

Tints of London Hue #B78AAC

Color information

#B78AAC (or 0xB78AAC) is unknown color: approx London Hue. HEX triplet: B7, 8A and AC. RGB value is (183,138,172). Sum of RGB (Red+Green+Blue) = 183+138+172=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AAC is #487553. Grayscale: #9B9B9B. Windows color (decimal): -4748628 or 11307703. OLE color: 11307703.

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

Color convert

RGB183138172-
CMYK00.250.060.28
HSL314.67º23.81%62.94%-
HSV(B)314.67º24.59%71.76%-
XYZ36.0631.2243.16-
YUV155.33137.41147.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=37.12%
G=27.99%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313817200.250.060.28314.6723.8162.94
HexB78AAC01961C13b183f
Octal2672122540316344733077
Binary1011011110001010101011000110011101110010011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AAC; }

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

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

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

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

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

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

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

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