#B681AA

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

Shades of London Hue #B681AA

Tints of London Hue #B681AA

Color information

#B681AA (or 0xB681AA) is unknown color: approx London Hue. HEX triplet: B6, 81 and AA. RGB value is (182,129,170). Sum of RGB (Red+Green+Blue) = 182+129+170=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B681AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681AA is #497E55. Grayscale: #959595. Windows color (decimal): -4816470 or 11174326. OLE color: 11174326.

HSL color Cylindrical-coordinate representation of color #B681AA: hue angle of 313.58º 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 #B681AA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182129170-
CMYK00.290.070.29
HSL313.58º26.63%60.98%-
HSV(B)313.58º29.12%71.37%-
XYZ34.428.5541.73-
YUV149.52139.56151.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=37.84%
G=26.82%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212917000.290.070.29313.5826.6360.98
HexB681AA01D71D13a1b3d
Octal2662012520357354723375
Binary1011011010000001101010100111011111110110011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681AA; }

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

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

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

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

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

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

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

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