#B48DAC

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

Shades of London Hue #B48DAC

Tints of London Hue #B48DAC

Color information

#B48DAC (or 0xB48DAC) is unknown color: approx London Hue. HEX triplet: B4, 8D and AC. RGB value is (180,141,172). Sum of RGB (Red+Green+Blue) = 180+141+172=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DAC is #4B7253. Grayscale: #9C9C9C. Windows color (decimal): -4944468 or 11308468. OLE color: 11308468.

HSL color Cylindrical-coordinate representation of color #B48DAC: hue angle of 312.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48DAC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180141172-
CMYK00.220.040.29
HSL312.31º20.63%62.94%-
HSV(B)312.31º21.67%70.59%-
XYZ35.7931.7343.27-
YUV156.2136.92144.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=36.51%
G=28.60%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014117200.220.040.29312.3120.6362.94
HexB48DAC01641D138153f
Octal2642152540264354702577
Binary1011010010001101101011000101101001110110011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DAC; }

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

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

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

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

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

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

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

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