#B880BA

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

Shades of London Hue #B880BA

Tints of London Hue #B880BA

Color information

#B880BA (or 0xB880BA) is unknown color: approx London Hue. HEX triplet: B8, 80 and BA. RGB value is (184,128,186). Sum of RGB (Red+Green+Blue) = 184+128+186=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B880BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880BA is #477F45. Grayscale: #979797. Windows color (decimal): -4685638 or 12222648. OLE color: 12222648.

HSL color Cylindrical-coordinate representation of color #B880BA: hue angle of 297.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B880BA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184128186-
CMYK0.010.3100.27
HSL297.93º29.59%61.57%-
HSV(B)297.93º31.18%72.94%-
XYZ36.3529.1750.17-
YUV151.36147.55151.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=36.95%
G=25.70%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841281860.010.3100.27297.9329.5961.57
HexB880BA11F01B12a1e3e
Octal2702002721370334523676
Binary10111000100000001011101011111101101110010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880BA; }

 p { color: rgb(184,128,186); }

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

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

 a { background-color: rgb(184,128,186); }

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

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

 span { border-color: rgb(184,128,186); }

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