#B192B5

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

Shades of London Hue #B192B5

Tints of London Hue #B192B5

Color information

#B192B5 (or 0xB192B5) is unknown color: approx London Hue. HEX triplet: B1, 92 and B5. RGB value is (177,146,181). Sum of RGB (Red+Green+Blue) = 177+146+181=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #B192B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192B5 is #4E6D4A. Grayscale: #9F9F9F. Windows color (decimal): -5139787 or 11899569. OLE color: 11899569.

HSL color Cylindrical-coordinate representation of color #B192B5: hue angle of 293.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B192B5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177146181-
CMYK0.020.1900.29
HSL293.14º19.13%64.12%-
HSV(B)293.14º19.34%70.98%-
XYZ36.7533.2448.2-
YUV159.26140.27140.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=35.12%
G=28.97%
B=35.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771461810.020.1900.29293.1419.1364.12
HexB192B521301D1251340
Octal26122226522303544523100
Binary1011000110010010101101011010011011101100100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192B5; }

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

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

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

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

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

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

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

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