#B297AC

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

Shades of London Hue #B297AC

Tints of London Hue #B297AC

Color information

#B297AC (or 0xB297AC) is unknown color: approx London Hue. HEX triplet: B2, 97 and AC. RGB value is (178,151,172). Sum of RGB (Red+Green+Blue) = 178+151+172=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B297AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B297AC is #4D6853. Grayscale: #A1A1A1. Windows color (decimal): -5072980 or 11311026. OLE color: 11311026.

HSL color Cylindrical-coordinate representation of color #B297AC: hue angle of 313.33º 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 #B297AC is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178151172-
CMYK00.150.030.30
HSL313.33º14.92%64.51%-
HSV(B)313.33º15.17%69.8%-
XYZ36.8734.5843.76-
YUV161.47133.95139.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=35.53%
G=30.14%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815117200.150.030.30313.3314.9264.51
HexB297AC0F31E139f41
Octal26222725401733647117101
Binary10110010100101111010110001111111111010011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297AC; }

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

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

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

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

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

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

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

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