#B499AF

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

Shades of London Hue #B499AF

Tints of London Hue #B499AF

Color information

#B499AF (or 0xB499AF) is unknown color: approx London Hue. HEX triplet: B4, 99 and AF. RGB value is (180,153,175). Sum of RGB (Red+Green+Blue) = 180+153+175=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B499AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499AF is #4B6650. Grayscale: #A3A3A3. Windows color (decimal): -4941393 or 11508148. OLE color: 11508148.

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

Color convert

RGB180153175-
CMYK00.150.030.29
HSL311.11º15.25%65.29%-
HSV(B)311.11º15%70.59%-
XYZ37.9535.5845.42-
YUV163.58134.45139.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=35.43%
G=30.12%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015317500.150.030.29311.1115.2565.29
HexB499AF0F31D137f41
Octal26423125701733546717101
Binary10110100100110011010111101111111110110011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499AF; }

 p { color: rgb(180,153,175); }

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

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

 a { background-color: rgb(180,153,175); }

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

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

 span { border-color: rgb(180,153,175); }

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