#B78CAD

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

Shades of London Hue #B78CAD

Tints of London Hue #B78CAD

Color information

#B78CAD (or 0xB78CAD) is unknown color: approx London Hue. HEX triplet: B7, 8C and AD. RGB value is (183,140,173). Sum of RGB (Red+Green+Blue) = 183+140+173=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78CAD is #487352. Grayscale: #9C9C9C. Windows color (decimal): -4748115 or 11373751. OLE color: 11373751.

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

Color convert

RGB183140173-
CMYK00.230.050.28
HSL313.95º22.99%63.33%-
HSV(B)313.95º23.5%71.76%-
XYZ36.4531.8443.76-
YUV156.62137.25146.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=36.90%
G=28.23%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314017300.230.050.28313.9522.9963.33
HexB78CAD01751C13a173f
Octal2672142550275344722777
Binary1011011110001100101011010101111011110010011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CAD; }

 p { color: rgb(183,140,173); }

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

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

 a { background-color: rgb(183,140,173); }

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

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

 span { border-color: rgb(183,140,173); }

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