#B18BB2

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

Shades of London Hue #B18BB2

Tints of London Hue #B18BB2

Color information

#B18BB2 (or 0xB18BB2) is unknown color: approx London Hue. HEX triplet: B1, 8B and B2. RGB value is (177,139,178). Sum of RGB (Red+Green+Blue) = 177+139+178=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 178 - color contains mainly: blue. Hex color #B18BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BB2 is #4E744D. Grayscale: #9A9A9A. Windows color (decimal): -5141582 or 11701169. OLE color: 11701169.

HSL color Cylindrical-coordinate representation of color #B18BB2: hue angle of 298.46º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18BB2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177139178-
CMYK0.010.2200.30
HSL298.46º20.21%62.16%-
HSV(B)298.46º21.91%69.8%-
XYZ35.431.0346.24-
YUV154.81141.09143.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=35.83%
G=28.14%
B=36.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771391780.010.2200.30298.4620.2162.16
HexB18BB211601E12a143e
Octal2612132621260364522476
Binary10110001100010111011001011011001111010010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BB2; }

 p { color: rgb(177,139,178); }

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

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

 a { background-color: rgb(177,139,178); }

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

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

 span { border-color: rgb(177,139,178); }

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