#B881AC

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

Shades of London Hue #B881AC

Tints of London Hue #B881AC

Color information

#B881AC (or 0xB881AC) is unknown color: approx London Hue. HEX triplet: B8, 81 and AC. RGB value is (184,129,172). Sum of RGB (Red+Green+Blue) = 184+129+172=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AC is #477E53. Grayscale: #969696. Windows color (decimal): -4685396 or 11305400. OLE color: 11305400.

HSL color Cylindrical-coordinate representation of color #B881AC: hue angle of 313.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B881AC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184129172-
CMYK00.300.070.28
HSL313.09º27.92%61.37%-
HSV(B)313.09º29.89%72.16%-
XYZ35.0628.8742.75-
YUV150.35140.22152-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=37.94%
G=26.60%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412917200.300.070.28313.0927.9261.37
HexB881AC01E71C1391c3d
Octal2702012540367344713475
Binary1011100010000001101011000111101111110010011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B881AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B881AC; }

 p { color: rgb(184,129,172); }

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

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

 a { background-color: rgb(184,129,172); }

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

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

 span { border-color: rgb(184,129,172); }

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