#B97BAC

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

Shades of London Hue #B97BAC

Tints of London Hue #B97BAC

Color information

#B97BAC (or 0xB97BAC) is unknown color: approx London Hue. HEX triplet: B9, 7B and AC. RGB value is (185,123,172). Sum of RGB (Red+Green+Blue) = 185+123+172=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BAC is #468453. Grayscale: #929292. Windows color (decimal): -4621396 or 11303865. OLE color: 11303865.

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

Color convert

RGB185123172-
CMYK00.340.070.27
HSL312.58º30.69%60.39%-
HSV(B)312.58º33.51%72.55%-
XYZ34.5427.4642.51-
YUV147.12142.04155.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=38.54%
G=25.62%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512317200.340.070.27312.5830.6960.39
HexB97BAC02271B1391f3c
Octal2711732540427334713774
Binary1011100111110111010110001000101111101110011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BAC; }

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

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

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

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

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

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

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

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