#B981AE

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

Shades of London Hue #B981AE

Tints of London Hue #B981AE

Color information

#B981AE (or 0xB981AE) is unknown color: approx London Hue. HEX triplet: B9, 81 and AE. RGB value is (185,129,174). Sum of RGB (Red+Green+Blue) = 185+129+174=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AE is #467E51. Grayscale: #969696. Windows color (decimal): -4619858 or 11436473. OLE color: 11436473.

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

Color convert

RGB185129174-
CMYK00.300.060.27
HSL311.79º28.57%61.57%-
HSV(B)311.79º30.27%72.55%-
XYZ35.529.0743.78-
YUV150.87141.05152.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=37.91%
G=26.43%
B=35.66%

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
Decimal18512917400.300.060.27311.7928.5761.57
HexB981AE01E61B1381d3e
Octal2712012560366334703576
Binary1011100110000001101011100111101101101110011100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981AE; }

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

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

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

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

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

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

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

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