#B193AC

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

Shades of London Hue #B193AC

Tints of London Hue #B193AC

Color information

#B193AC (or 0xB193AC) is unknown color: approx London Hue. HEX triplet: B1, 93 and AC. RGB value is (177,147,172). Sum of RGB (Red+Green+Blue) = 177+147+172=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B193AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B193AC is #4E6C53. Grayscale: #9E9E9E. Windows color (decimal): -5139540 or 11310001. OLE color: 11310001.

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

Color convert

RGB177147172-
CMYK00.170.030.31
HSL310º16.13%63.53%-
HSV(B)310º16.95%69.41%-
XYZ36.0133.1943.54-
YUV158.82135.44140.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=35.69%
G=29.64%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714717200.170.030.3131016.1363.53
HexB193AC01131F1361040
Octal26122325402133746620100
Binary1011000110010011101011000100011111111100110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193AC; }

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

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

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

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

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

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

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

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