#B981AC

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

Shades of London Hue #B981AC

Tints of London Hue #B981AC

Color information

#B981AC (or 0xB981AC) is unknown color: approx London Hue. HEX triplet: B9, 81 and AC. RGB value is (185,129,172). Sum of RGB (Red+Green+Blue) = 185+129+172=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AC is #467E53. Grayscale: #969696. Windows color (decimal): -4619860 or 11305401. OLE color: 11305401.

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

Color convert

RGB185129172-
CMYK00.300.070.27
HSL313.93º28.57%61.57%-
HSV(B)313.93º30.27%72.55%-
XYZ35.328.9942.77-
YUV150.65140.05152.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=38.07%
G=26.54%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512917200.300.070.27313.9328.5761.57
HexB981AC01E71B13a1d3e
Octal2712012540367334723576
Binary1011100110000001101011000111101111101110011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981AC; }

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

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

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

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

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

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

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

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