#B297B4

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

Shades of London Hue #B297B4

Tints of London Hue #B297B4

Color information

#B297B4 (or 0xB297B4) is unknown color: approx London Hue. HEX triplet: B2, 97 and B4. RGB value is (178,151,180). Sum of RGB (Red+Green+Blue) = 178+151+180=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #B297B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297B4 is #4D684B. Grayscale: #A2A2A2. Windows color (decimal): -5072972 or 11835314. OLE color: 11835314.

HSL color Cylindrical-coordinate representation of color #B297B4: hue angle of 295.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B297B4 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178151180-
CMYK0.010.1600.29
HSL295.86º16.2%64.9%-
HSV(B)295.86º16.11%70.59%-
XYZ37.6634.8947.93-
YUV162.38137.95139.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=34.97%
G=29.67%
B=35.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781511800.010.1600.29295.8616.264.9
HexB297B411001D1281041
Octal26222726412003545020101
Binary101100101001011110110100110000011101100101000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297B4; }

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

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

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

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

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

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

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

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