#B38AAE

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

Shades of London Hue #B38AAE

Tints of London Hue #B38AAE

Color information

#B38AAE (or 0xB38AAE) is unknown color: approx London Hue. HEX triplet: B3, 8A and AE. RGB value is (179,138,174). Sum of RGB (Red+Green+Blue) = 179+138+174=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAE is #4C7551. Grayscale: #9A9A9A. Windows color (decimal): -5010770 or 11438771. OLE color: 11438771.

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

Color convert

RGB179138174-
CMYK00.230.030.30
HSL307.32º21.24%62.16%-
HSV(B)307.32º22.91%70.2%-
XYZ35.3230.8244.13-
YUV154.36139.08145.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=36.46%
G=28.11%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913817400.230.030.30307.3221.2462.16
HexB38AAE01731E133153e
Octal2632122560273364632576
Binary101100111000101010101110010111111111010011001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AAE; }

 p { color: rgb(179,138,174); }

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

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

 a { background-color: rgb(179,138,174); }

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

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

 span { border-color: rgb(179,138,174); }

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