#B193AF

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

Shades of London Hue #B193AF

Tints of London Hue #B193AF

Color information

#B193AF (or 0xB193AF) is unknown color: approx London Hue. HEX triplet: B1, 93 and AF. RGB value is (177,147,175). Sum of RGB (Red+Green+Blue) = 177+147+175=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B193AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B193AF is #4E6C50. Grayscale: #9F9F9F. Windows color (decimal): -5139537 or 11506609. OLE color: 11506609.

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

Color convert

RGB177147175-
CMYK00.170.010.31
HSL304º16.13%63.53%-
HSV(B)304º16.95%69.41%-
XYZ36.333.3145.07-
YUV159.16136.94140.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=35.47%
G=29.46%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714717500.170.010.3130416.1363.53
HexB193AF01111F1301040
Octal26122325702113746020100
Binary101100011001001110101111010001111111100110000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193AF; }

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

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

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

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

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

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

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

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