#B492AD

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

Shades of London Hue #B492AD

Tints of London Hue #B492AD

Color information

#B492AD (or 0xB492AD) is unknown color: approx London Hue. HEX triplet: B4, 92 and AD. RGB value is (180,146,173). Sum of RGB (Red+Green+Blue) = 180+146+173=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AD is #4B6D52. Grayscale: #9F9F9F. Windows color (decimal): -4943187 or 11375284. OLE color: 11375284.

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

Color convert

RGB180146173-
CMYK00.190.040.29
HSL312.35º18.48%63.92%-
HSV(B)312.35º18.89%70.59%-
XYZ36.6433.2844.03-
YUV159.24135.76142.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=36.07%
G=29.26%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014617300.190.040.29312.3518.4863.92
HexB492AD01341D1381240
Octal26422225502343547022100
Binary10110100100100101010110101001110011101100111000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492AD; }

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

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

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

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

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

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

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

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