#B492AF

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

Shades of London Hue #B492AF

Tints of London Hue #B492AF

Color information

#B492AF (or 0xB492AF) is unknown color: approx London Hue. HEX triplet: B4, 92 and AF. RGB value is (180,146,175). Sum of RGB (Red+Green+Blue) = 180+146+175=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AF is #4B6D50. Grayscale: #9F9F9F. Windows color (decimal): -4943185 or 11506356. OLE color: 11506356.

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

Color convert

RGB180146175-
CMYK00.190.030.29
HSL308.82º18.48%63.92%-
HSV(B)308.82º18.89%70.59%-
XYZ36.8433.3645.05-
YUV159.47136.76142.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=35.93%
G=29.14%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014617500.190.030.29308.8218.4863.92
HexB492AF01331D1351240
Octal26422225702333546522100
Binary1011010010010010101011110100111111101100110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492AF; }

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

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

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

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

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

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

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

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