#B38BAC

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

Shades of London Hue #B38BAC

Tints of London Hue #B38BAC

Color information

#B38BAC (or 0xB38BAC) is unknown color: approx London Hue. HEX triplet: B3, 8B and AC. RGB value is (179,139,172). Sum of RGB (Red+Green+Blue) = 179+139+172=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BAC is #4C7453. Grayscale: #9A9A9A. Windows color (decimal): -5010516 or 11307955. OLE color: 11307955.

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

Color convert

RGB179139172-
CMYK00.220.040.30
HSL310.5º20.83%62.35%-
HSV(B)310.5º22.35%70.2%-
XYZ35.2731.0343.16-
YUV154.72137.75145.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=36.53%
G=28.37%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913917200.220.040.30310.520.8362.35
HexB38BAC01641E136153e
Octal2632132540264364662576
Binary1011001110001011101011000101101001111010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BAC; }

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

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

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

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

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

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

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

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