#B681AB

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

Shades of London Hue #B681AB

Tints of London Hue #B681AB

Color information

#B681AB (or 0xB681AB) is unknown color: approx London Hue. HEX triplet: B6, 81 and AB. RGB value is (182,129,171). Sum of RGB (Red+Green+Blue) = 182+129+171=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B681AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681AB is #497E54. Grayscale: #959595. Windows color (decimal): -4816469 or 11239862. OLE color: 11239862.

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

Color convert

RGB182129171-
CMYK00.290.060.29
HSL312.45º26.63%60.98%-
HSV(B)312.45º29.12%71.37%-
XYZ34.4928.5942.23-
YUV149.64140.06151.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=37.76%
G=26.76%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212917100.290.060.29312.4526.6360.98
HexB681AB01D61D1381b3d
Octal2662012530356354703375
Binary1011011010000001101010110111011101110110011100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681AB; }

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

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

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

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

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

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

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

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