#B297AB

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

Shades of London Hue #B297AB

Tints of London Hue #B297AB

Color information

#B297AB (or 0xB297AB) is unknown color: approx London Hue. HEX triplet: B2, 97 and AB. RGB value is (178,151,171). Sum of RGB (Red+Green+Blue) = 178+151+171=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B297AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B297AB is #4D6854. Grayscale: #A1A1A1. Windows color (decimal): -5072981 or 11245490. OLE color: 11245490.

HSL color Cylindrical-coordinate representation of color #B297AB: hue angle of 315.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B297AB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178151171-
CMYK00.150.040.30
HSL315.56º14.92%64.51%-
HSV(B)315.56º15.17%69.8%-
XYZ36.7834.5443.26-
YUV161.35133.45139.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=35.6%
G=30.2%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815117100.150.040.30315.5614.9264.51
HexB297AB0F41E13cf41
Octal26222725301743647417101
Binary101100101001011110101011011111001111010011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297AB; }

 p { color: rgb(178,151,171); }

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

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

 a { background-color: rgb(178,151,171); }

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

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

 span { border-color: rgb(178,151,171); }

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