#B192AF

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

Shades of London Hue #B192AF

Tints of London Hue #B192AF

Color information

#B192AF (or 0xB192AF) is unknown color: approx London Hue. HEX triplet: B1, 92 and AF. RGB value is (177,146,175). Sum of RGB (Red+Green+Blue) = 177+146+175=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AF is #4E6D50. Grayscale: #9E9E9E. Windows color (decimal): -5139793 or 11506353. OLE color: 11506353.

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

Color convert

RGB177146175-
CMYK00.180.010.31
HSL303.87º16.58%63.33%-
HSV(B)303.87º17.51%69.41%-
XYZ36.153345.02-
YUV158.57137.27141.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=35.54%
G=29.32%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714617500.180.010.31303.8716.5863.33
HexB192AF01211F130113f
Octal2612222570221374602177
Binary10110001100100101010111101001011111110011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192AF; }

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

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

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

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

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

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

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

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