#B97EAB

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

Shades of London Hue #B97EAB

Tints of London Hue #B97EAB

Color information

#B97EAB (or 0xB97EAB) is unknown color: approx London Hue. HEX triplet: B9, 7E and AB. RGB value is (185,126,171). Sum of RGB (Red+Green+Blue) = 185+126+171=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAB is #468154. Grayscale: #949494. Windows color (decimal): -4620629 or 11239097. OLE color: 11239097.

HSL color Cylindrical-coordinate representation of color #B97EAB: hue angle of 314.24º 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 #B97EAB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185126171-
CMYK00.320.080.27
HSL314.24º29.65%60.98%-
HSV(B)314.24º31.89%72.55%-
XYZ34.8228.1842.13-
YUV148.77140.55153.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=38.38%
G=26.14%
B=35.48%

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
Decimal18512617100.320.080.27314.2429.6560.98
HexB97EAB02081B13a1e3d
Octal27117625304010334723675
Binary10111001111111010101011010000010001101110011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EAB; }

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

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

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

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

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

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

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

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