#B97DAB

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

Shades of London Hue #B97DAB

Tints of London Hue #B97DAB

Color information

#B97DAB (or 0xB97DAB) is unknown color: approx London Hue. HEX triplet: B9, 7D and AB. RGB value is (185,125,171). Sum of RGB (Red+Green+Blue) = 185+125+171=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DAB is #468254. Grayscale: #949494. Windows color (decimal): -4620885 or 11238841. OLE color: 11238841.

HSL color Cylindrical-coordinate representation of color #B97DAB: hue angle of 314º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97DAB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185125171-
CMYK00.320.080.27
HSL314º30%60.78%-
HSV(B)314º32.43%72.55%-
XYZ34.6927.9242.09-
YUV148.18140.88154.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=38.46%
G=25.99%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512517100.320.080.273143060.78
HexB97DAB02081B13a1e3d
Octal27117525304010334723675
Binary10111001111110110101011010000010001101110011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DAB; }

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

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

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

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

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

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

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

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