#B681AE

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

Shades of London Hue #B681AE

Tints of London Hue #B681AE

Color information

#B681AE (or 0xB681AE) is unknown color: approx London Hue. HEX triplet: B6, 81 and AE. RGB value is (182,129,174). Sum of RGB (Red+Green+Blue) = 182+129+174=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B681AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681AE is #497E51. Grayscale: #959595. Windows color (decimal): -4816466 or 11436470. OLE color: 11436470.

HSL color Cylindrical-coordinate representation of color #B681AE: hue angle of 309.06º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B681AE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182129174-
CMYK00.290.040.29
HSL309.06º26.63%60.98%-
HSV(B)309.06º29.12%71.37%-
XYZ34.7828.743.75-
YUV149.98141.56150.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=37.53%
G=26.60%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212917400.290.040.29309.0626.6360.98
HexB681AE01D41D1351b3d
Octal2662012560354354653375
Binary1011011010000001101011100111011001110110011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681AE; }

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

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

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

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

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

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

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

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