#B182AC

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

Shades of London Hue #B182AC

Tints of London Hue #B182AC

Color information

#B182AC (or 0xB182AC) is unknown color: approx London Hue. HEX triplet: B1, 82 and AC. RGB value is (177,130,172). Sum of RGB (Red+Green+Blue) = 177+130+172=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AC is #4E7D53. Grayscale: #949494. Windows color (decimal): -5143892 or 11305649. OLE color: 11305649.

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

Color convert

RGB177130172-
CMYK00.270.030.31
HSL306.38º23.15%60.2%-
HSV(B)306.38º26.55%69.41%-
XYZ33.5628.2942.72-
YUV148.84141.07148.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=36.95%
G=27.14%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713017200.270.030.31306.3823.1560.2
HexB182AC01B31F132173c
Octal2612022540333374622774
Binary101100011000001010101100011011111111110011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182AC; }

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

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

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

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

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

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

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

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