#B38DAC

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

Shades of London Hue #B38DAC

Tints of London Hue #B38DAC

Color information

#B38DAC (or 0xB38DAC) is unknown color: approx London Hue. HEX triplet: B3, 8D and AC. RGB value is (179,141,172). Sum of RGB (Red+Green+Blue) = 179+141+172=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38DAC is #4C7253. Grayscale: #9B9B9B. Windows color (decimal): -5010004 or 11308467. OLE color: 11308467.

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

Color convert

RGB179141172-
CMYK00.210.040.30
HSL311.05º20%62.75%-
HSV(B)311.05º21.23%70.2%-
XYZ35.5631.6143.26-
YUV155.9137.09144.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=36.38%
G=28.66%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914117200.210.040.30311.052062.75
HexB38DAC01541E137143f
Octal2632152540254364672477
Binary1011001110001101101011000101011001111010011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DAC; }

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

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

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

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

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

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

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

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