#B879BB

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

Shades of London Hue #B879BB

Tints of London Hue #B879BB

Color information

#B879BB (or 0xB879BB) is unknown color: approx London Hue. HEX triplet: B8, 79 and BB. RGB value is (184,121,187). Sum of RGB (Red+Green+Blue) = 184+121+187=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B879BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BB is #478644. Grayscale: #939393. Windows color (decimal): -4687429 or 12286392. OLE color: 12286392.

HSL color Cylindrical-coordinate representation of color #B879BB: hue angle of 297.27º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B879BB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184121187-
CMYK0.020.3500.27
HSL297.27º32.67%60.39%-
HSV(B)297.27º35.29%73.33%-
XYZ35.5727.4550.44-
YUV147.36150.37154.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=37.40%
G=24.59%
B=38.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841211870.020.3500.27297.2732.6760.39
HexB879BB22301B129213c
Octal2701712732430334514174
Binary1011100011110011011101110100011011011100101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879BB; }

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

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

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

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

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

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

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

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