#B18DAD

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

Shades of London Hue #B18DAD

Tints of London Hue #B18DAD

Color information

#B18DAD (or 0xB18DAD) is unknown color: approx London Hue. HEX triplet: B1, 8D and AD. RGB value is (177,141,173). Sum of RGB (Red+Green+Blue) = 177+141+173=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAD is #4E7252. Grayscale: #9B9B9B. Windows color (decimal): -5141075 or 11374001. OLE color: 11374001.

HSL color Cylindrical-coordinate representation of color #B18DAD: hue angle of 306.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18DAD is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177141173-
CMYK00.200.020.31
HSL306.67º18.75%62.35%-
HSV(B)306.67º20.34%69.41%-
XYZ35.231.4143.74-
YUV155.41137.93143.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=36.05%
G=28.72%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714117300.200.020.31306.6718.7562.35
HexB18DAD01421F133133e
Octal2612152550242374632376
Binary101100011000110110101101010100101111110011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAD; }

 p { color: rgb(177,141,173); }

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

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

 a { background-color: rgb(177,141,173); }

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

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

 span { border-color: rgb(177,141,173); }

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