#B38BAD

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

Shades of London Hue #B38BAD

Tints of London Hue #B38BAD

Color information

#B38BAD (or 0xB38BAD) is unknown color: approx London Hue. HEX triplet: B3, 8B and AD. RGB value is (179,139,173). Sum of RGB (Red+Green+Blue) = 179+139+173=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAD is #4C7452. Grayscale: #9A9A9A. Windows color (decimal): -5010515 or 11373491. OLE color: 11373491.

HSL color Cylindrical-coordinate representation of color #B38BAD: hue angle of 309º degrees, saturation: 0.21, 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 #B38BAD is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179139173-
CMYK00.220.030.30
HSL309º20.83%62.35%-
HSV(B)309º22.35%70.2%-
XYZ35.3731.0743.67-
YUV154.84138.25145.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=36.46%
G=28.31%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913917300.220.030.3030920.8362.35
HexB38BAD01631E135153e
Octal2632132550263364652576
Binary101100111000101110101101010110111111010011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BAD; }

 p { color: rgb(179,139,173); }

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

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

 a { background-color: rgb(179,139,173); }

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

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

 span { border-color: rgb(179,139,173); }

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