#B497B0

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

Shades of London Hue #B497B0

Tints of London Hue #B497B0

Color information

#B497B0 (or 0xB497B0) is unknown color: approx London Hue. HEX triplet: B4, 97 and B0. RGB value is (180,151,176). Sum of RGB (Red+Green+Blue) = 180+151+176=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B497B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B497B0 is #4B684F. Grayscale: #A2A2A2. Windows color (decimal): -4941904 or 11573172. OLE color: 11573172.

HSL color Cylindrical-coordinate representation of color #B497B0: hue angle of 308.28º 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 #B497B0 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB180151176-
CMYK00.160.020.29
HSL308.28º16.2%64.9%-
HSV(B)308.28º16.11%70.59%-
XYZ37.7334.9745.84-
YUV162.52135.61140.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=35.50%
G=29.78%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015117600.160.020.29308.2816.264.9
HexB497B001021D1341041
Octal26422726002023546420101
Binary1011010010010111101100000100001011101100110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497B0; }

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

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

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

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

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

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

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

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