#B57DAB

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

Shades of London Hue #B57DAB

Tints of London Hue #B57DAB

Color information

#B57DAB (or 0xB57DAB) is unknown color: approx London Hue. HEX triplet: B5, 7D and AB. RGB value is (181,125,171). Sum of RGB (Red+Green+Blue) = 181+125+171=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DAB is #4A8254. Grayscale: #929292. Windows color (decimal): -4883029 or 11238837. OLE color: 11238837.

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

Color convert

RGB181125171-
CMYK00.310.060.29
HSL310.71º27.45%60%-
HSV(B)310.71º30.94%70.98%-
XYZ33.7427.4342.04-
YUV146.99141.55152.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=37.95%
G=26.21%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112517100.310.060.29310.7127.4560
HexB57DAB01F61D1371b3c
Octal2651752530376354673374
Binary101101011111101101010110111111101110110011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DAB; }

 p { color: rgb(181,125,171); }

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

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

 a { background-color: rgb(181,125,171); }

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

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

 span { border-color: rgb(181,125,171); }

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