#B97DAC

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

Shades of London Hue #B97DAC

Tints of London Hue #B97DAC

Color information

#B97DAC (or 0xB97DAC) is unknown color: approx London Hue. HEX triplet: B9, 7D and AC. RGB value is (185,125,172). Sum of RGB (Red+Green+Blue) = 185+125+172=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DAC is #468253. Grayscale: #949494. Windows color (decimal): -4620884 or 11304377. OLE color: 11304377.

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

Color convert

RGB185125172-
CMYK00.320.070.27
HSL313º30%60.78%-
HSV(B)313º32.43%72.55%-
XYZ34.7927.9642.59-
YUV148.3141.38154.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=38.38%
G=25.93%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512517200.320.070.273133060.78
HexB97DAC02071B1391e3d
Octal2711752540407334713675
Binary1011100111111011010110001000001111101110011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DAC; }

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

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

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

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

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

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

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

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