#B492AE

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

Shades of London Hue #B492AE

Tints of London Hue #B492AE

Color information

#B492AE (or 0xB492AE) is unknown color: approx London Hue. HEX triplet: B4, 92 and AE. RGB value is (180,146,174). Sum of RGB (Red+Green+Blue) = 180+146+174=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AE is #4B6D51. Grayscale: #9F9F9F. Windows color (decimal): -4943186 or 11440820. OLE color: 11440820.

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

Color convert

RGB180146174-
CMYK00.190.030.29
HSL310.59º18.48%63.92%-
HSV(B)310.59º18.89%70.59%-
XYZ36.7433.3244.54-
YUV159.36136.26142.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=36%
G=29.2%
B=34.8%

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
Decimal18014617400.190.030.29310.5918.4863.92
HexB492AE01331D1371240
Octal26422225602333546722100
Binary1011010010010010101011100100111111101100110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492AE; }

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

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

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

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

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

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

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

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