#B38EA9

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

Shades of London Hue #B38EA9

Tints of London Hue #B38EA9

Color information

#B38EA9 (or 0xB38EA9) is unknown color: approx London Hue. HEX triplet: B3, 8E and A9. RGB value is (179,142,169). Sum of RGB (Red+Green+Blue) = 179+142+169=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EA9 is #4C7156. Grayscale: #9C9C9C. Windows color (decimal): -5009751 or 11112115. OLE color: 11112115.

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

Color convert

RGB179142169-
CMYK00.210.060.30
HSL316.22º19.58%62.94%-
HSV(B)316.22º20.67%70.2%-
XYZ35.4231.7941.81-
YUV156.14135.26144.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=36.53%
G=28.98%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914216900.210.060.30316.2219.5862.94
HexB38EA901561E13c143f
Octal2632162510256364742477
Binary1011001110001110101010010101011101111010011110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EA9; }

 p { color: rgb(179,142,169); }

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

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

 a { background-color: rgb(179,142,169); }

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

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

 span { border-color: rgb(179,142,169); }

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