#B879AD

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

Shades of London Hue #B879AD

Tints of London Hue #B879AD

Color information

#B879AD (or 0xB879AD) is unknown color: approx London Hue. HEX triplet: B8, 79 and AD. RGB value is (184,121,173). Sum of RGB (Red+Green+Blue) = 184+121+173=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AD is #478652. Grayscale: #919191. Windows color (decimal): -4687443 or 11368888. OLE color: 11368888.

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

Color convert

RGB184121173-
CMYK00.340.060.28
HSL310.48º30.73%59.8%-
HSV(B)310.48º34.24%72.16%-
XYZ34.1526.8842.92-
YUV145.77143.37155.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=38.49%
G=25.31%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412117300.340.060.28310.4830.7359.8
HexB879AD02261C1361f3c
Octal2701712550426344663774
Binary1011100011110011010110101000101101110010011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879AD; }

 p { color: rgb(184,121,173); }

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

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

 a { background-color: rgb(184,121,173); }

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

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

 span { border-color: rgb(184,121,173); }

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