#B97CAC

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

Shades of London Hue #B97CAC

Tints of London Hue #B97CAC

Color information

#B97CAC (or 0xB97CAC) is unknown color: approx London Hue. HEX triplet: B9, 7C and AC. RGB value is (185,124,172). Sum of RGB (Red+Green+Blue) = 185+124+172=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAC is #468353. Grayscale: #939393. Windows color (decimal): -4621140 or 11304121. OLE color: 11304121.

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

Color convert

RGB185124172-
CMYK00.330.070.27
HSL312.79º30.35%60.59%-
HSV(B)312.79º32.97%72.55%-
XYZ34.6627.7142.55-
YUV147.71141.71154.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=38.46%
G=25.78%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512417200.330.070.27312.7930.3560.59
HexB97CAC02171B1391e3d
Octal2711742540417334713675
Binary1011100111111001010110001000011111101110011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CAC; }

 p { color: rgb(185,124,172); }

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

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

 a { background-color: rgb(185,124,172); }

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

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

 span { border-color: rgb(185,124,172); }

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