#B97CAD

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

Shades of London Hue #B97CAD

Tints of London Hue #B97CAD

Color information

#B97CAD (or 0xB97CAD) is unknown color: approx London Hue. HEX triplet: B9, 7C and AD. RGB value is (185,124,173). Sum of RGB (Red+Green+Blue) = 185+124+173=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAD is #468352. Grayscale: #939393. Windows color (decimal): -4621139 or 11369657. OLE color: 11369657.

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

Color convert

RGB185124173-
CMYK00.330.060.27
HSL311.8º30.35%60.59%-
HSV(B)311.8º32.97%72.55%-
XYZ34.7627.7543.06-
YUV147.83142.21154.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 124 (48.83% from 255) = 25.73%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=38.38%
G=25.73%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512417300.330.060.27311.830.3560.59
HexB97CAD02161B1381e3d
Octal2711742550416334703675
Binary1011100111111001010110101000011101101110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CAD; }

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

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

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

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

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

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

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

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