#B981AD

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

Shades of London Hue #B981AD

Tints of London Hue #B981AD

Color information

#B981AD (or 0xB981AD) is unknown color: approx London Hue. HEX triplet: B9, 81 and AD. RGB value is (185,129,173). Sum of RGB (Red+Green+Blue) = 185+129+173=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AD is #467E52. Grayscale: #969696. Windows color (decimal): -4619859 or 11370937. OLE color: 11370937.

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

Color convert

RGB185129173-
CMYK00.300.060.27
HSL312.86º28.57%61.57%-
HSV(B)312.86º30.27%72.55%-
XYZ35.429.0343.27-
YUV150.76140.55152.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=37.99%
G=26.49%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512917300.300.060.27312.8628.5761.57
HexB981AD01E61B1391d3e
Octal2712012550366334713576
Binary1011100110000001101011010111101101101110011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981AD; }

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

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

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

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

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

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

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

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