#B38EAF

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

Shades of London Hue #B38EAF

Tints of London Hue #B38EAF

Color information

#B38EAF (or 0xB38EAF) is unknown color: approx London Hue. HEX triplet: B3, 8E and AF. RGB value is (179,142,175). Sum of RGB (Red+Green+Blue) = 179+142+175=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EAF is #4C7150. Grayscale: #9C9C9C. Windows color (decimal): -5009745 or 11505331. OLE color: 11505331.

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

Color convert

RGB179142175-
CMYK00.210.020.30
HSL306.49º19.58%62.94%-
HSV(B)306.49º20.67%70.2%-
XYZ3632.0244.84-
YUV156.82138.26143.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=36.09%
G=28.63%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914217500.210.020.30306.4919.5862.94
HexB38EAF01521E132143f
Octal2632162570252364622477
Binary101100111000111010101111010101101111010011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EAF; }

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

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

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

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

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

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

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

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