#B878AE

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

Shades of London Hue #B878AE

Tints of London Hue #B878AE

Color information

#B878AE (or 0xB878AE) is unknown color: approx London Hue. HEX triplet: B8, 78 and AE. RGB value is (184,120,174). Sum of RGB (Red+Green+Blue) = 184+120+174=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B878AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878AE is #478751. Grayscale: #919191. Windows color (decimal): -4687698 or 11434168. OLE color: 11434168.

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

Color convert

RGB184120174-
CMYK00.350.050.28
HSL309.38º31.07%59.61%-
HSV(B)309.38º34.78%72.16%-
XYZ34.1226.6843.4-
YUV145.29144.2155.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=38.49%
G=25.10%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412017400.350.050.28309.3831.0759.61
HexB878AE02351C1351f3c
Octal2701702560435344653774
Binary1011100011110001010111001000111011110010011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878AE; }

 p { color: rgb(184,120,174); }

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

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

 a { background-color: rgb(184,120,174); }

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

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

 span { border-color: rgb(184,120,174); }

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