#B182AE

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

Shades of London Hue #B182AE

Tints of London Hue #B182AE

Color information

#B182AE (or 0xB182AE) is unknown color: approx London Hue. HEX triplet: B1, 82 and AE. RGB value is (177,130,174). Sum of RGB (Red+Green+Blue) = 177+130+174=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AE is #4E7D51. Grayscale: #949494. Windows color (decimal): -5143890 or 11436721. OLE color: 11436721.

HSL color Cylindrical-coordinate representation of color #B182AE: hue angle of 303.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182AE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177130174-
CMYK00.270.020.31
HSL303.83º23.15%60.2%-
HSV(B)303.83º26.55%69.41%-
XYZ33.7528.3743.74-
YUV149.07142.07147.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=36.80%
G=27.03%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017400.270.020.31303.8323.1560.2
HexB182AE01B21F130173c
Octal2612022560332374602774
Binary101100011000001010101110011011101111110011000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AE; }

 p { color: rgb(177,130,174); }

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

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

 a { background-color: rgb(177,130,174); }

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

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

 span { border-color: rgb(177,130,174); }

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