#B38CAE

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

Shades of London Hue #B38CAE

Tints of London Hue #B38CAE

Color information

#B38CAE (or 0xB38CAE) is unknown color: approx London Hue. HEX triplet: B3, 8C and AE. RGB value is (179,140,174). Sum of RGB (Red+Green+Blue) = 179+140+174=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CAE is #4C7351. Grayscale: #9B9B9B. Windows color (decimal): -5010258 or 11439283. OLE color: 11439283.

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

Color convert

RGB179140174-
CMYK00.220.030.30
HSL307.69º20.42%62.55%-
HSV(B)307.69º21.79%70.2%-
XYZ35.6131.444.23-
YUV155.54138.42144.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=36.31%
G=28.40%
B=35.29%

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
Decimal17914017400.220.030.30307.6920.4262.55
HexB38CAE01631E134143f
Octal2632142560263364642477
Binary101100111000110010101110010110111111010011010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CAE; }

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

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

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

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

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

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

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

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