#B18DAC

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

Shades of London Hue #B18DAC

Tints of London Hue #B18DAC

Color information

#B18DAC (or 0xB18DAC) is unknown color: approx London Hue. HEX triplet: B1, 8D and AC. RGB value is (177,141,172). Sum of RGB (Red+Green+Blue) = 177+141+172=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAC is #4E7253. Grayscale: #9B9B9B. Windows color (decimal): -5141076 or 11308465. OLE color: 11308465.

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

Color convert

RGB177141172-
CMYK00.200.030.31
HSL308.33º18.75%62.35%-
HSV(B)308.33º20.34%69.41%-
XYZ35.131.3843.24-
YUV155.3137.43143.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=36.12%
G=28.78%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714117200.200.030.31308.3318.7562.35
HexB18DAC01431F134133e
Octal2612152540243374642376
Binary101100011000110110101100010100111111110011010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAC; }

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

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

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

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

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

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

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

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