#B192AA

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

Shades of London Hue #B192AA

Tints of London Hue #B192AA

Color information

#B192AA (or 0xB192AA) is unknown color: approx London Hue. HEX triplet: B1, 92 and AA. RGB value is (177,146,170). Sum of RGB (Red+Green+Blue) = 177+146+170=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B192AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B192AA is #4E6D55. Grayscale: #9D9D9D. Windows color (decimal): -5139798 or 11178673. OLE color: 11178673.

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

Color convert

RGB177146170-
CMYK00.180.040.31
HSL313.55º16.58%63.33%-
HSV(B)313.55º17.51%69.41%-
XYZ35.6732.8142.48-
YUV158134.77141.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=35.90%
G=29.61%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714617000.180.040.31313.5516.5863.33
HexB192AA01241F13a113f
Octal2612222520224374722177
Binary1011000110010010101010100100101001111110011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192AA; }

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

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

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

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

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

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

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

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