#B185AC

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

Shades of London Hue #B185AC

Tints of London Hue #B185AC

Color information

#B185AC (or 0xB185AC) is unknown color: approx London Hue. HEX triplet: B1, 85 and AC. RGB value is (177,133,172). Sum of RGB (Red+Green+Blue) = 177+133+172=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AC is #4E7A53. Grayscale: #969696. Windows color (decimal): -5143124 or 11306417. OLE color: 11306417.

HSL color Cylindrical-coordinate representation of color #B185AC: hue angle of 306.82º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B185AC is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177133172-
CMYK00.250.030.31
HSL306.82º22%60.78%-
HSV(B)306.82º24.86%69.41%-
XYZ33.9729.142.86-
YUV150.6140.08146.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=36.72%
G=27.59%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713317200.250.030.31306.822260.78
HexB185AC01931F133163d
Octal2612052540313374632675
Binary101100011000010110101100011001111111110011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185AC; }

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

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

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

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

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

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

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

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