#B981AA

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

Shades of London Hue #B981AA

Tints of London Hue #B981AA

Color information

#B981AA (or 0xB981AA) is unknown color: approx London Hue. HEX triplet: B9, 81 and AA. RGB value is (185,129,170). Sum of RGB (Red+Green+Blue) = 185+129+170=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AA is #467E55. Grayscale: #969696. Windows color (decimal): -4619862 or 11174329. OLE color: 11174329.

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

Color convert

RGB185129170-
CMYK00.300.080.27
HSL316.07º28.57%61.57%-
HSV(B)316.07º30.27%72.55%-
XYZ35.1128.9241.76-
YUV150.42139.05152.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=38.22%
G=26.65%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512917000.300.080.27316.0728.5761.57
HexB981AA01E81B13c1d3e
Octal27120125203610334743576
Binary10111001100000011010101001111010001101110011110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981AA; }

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

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

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

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

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

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

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

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