#B392AB

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

Shades of London Hue #B392AB

Tints of London Hue #B392AB

Color information

#B392AB (or 0xB392AB) is unknown color: approx London Hue. HEX triplet: B3, 92 and AB. RGB value is (179,146,171). Sum of RGB (Red+Green+Blue) = 179+146+171=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B392AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392AB is #4C6D54. Grayscale: #9E9E9E. Windows color (decimal): -5008725 or 11244211. OLE color: 11244211.

HSL color Cylindrical-coordinate representation of color #B392AB: hue angle of 314.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B392AB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179146171-
CMYK00.180.040.30
HSL314.55º17.84%63.73%-
HSV(B)314.55º18.44%70.2%-
XYZ36.2233.0843-
YUV158.72134.93142.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=36.09%
G=29.44%
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.30
SystemRedGreenBlueCMYKHSL
Decimal17914617100.180.040.30314.5517.8463.73
HexB392AB01241E13b1240
Octal26322225302243647322100
Binary10110011100100101010101101001010011110100111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392AB; }

 p { color: rgb(179,146,171); }

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

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

 a { background-color: rgb(179,146,171); }

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

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

 span { border-color: rgb(179,146,171); }

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