#B981AF

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

Shades of London Hue #B981AF

Tints of London Hue #B981AF

Color information

#B981AF (or 0xB981AF) is unknown color: approx London Hue. HEX triplet: B9, 81 and AF. RGB value is (185,129,175). Sum of RGB (Red+Green+Blue) = 185+129+175=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AF is #467E50. Grayscale: #969696. Windows color (decimal): -4619857 or 11502009. OLE color: 11502009.

HSL color Cylindrical-coordinate representation of color #B981AF: hue angle of 310.71º 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 #B981AF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185129175-
CMYK00.300.050.27
HSL310.71º28.57%61.57%-
HSV(B)310.71º30.27%72.55%-
XYZ35.629.1144.3-
YUV150.99141.55152.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=37.83%
G=26.38%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512917500.300.050.27310.7128.5761.57
HexB981AF01E51B1371d3e
Octal2712012570365334673576
Binary1011100110000001101011110111101011101110011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981AF; }

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

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

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

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

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

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

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

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