#B38EAC

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

Shades of London Hue #B38EAC

Tints of London Hue #B38EAC

Color information

#B38EAC (or 0xB38EAC) is unknown color: approx London Hue. HEX triplet: B3, 8E and AC. RGB value is (179,142,172). Sum of RGB (Red+Green+Blue) = 179+142+172=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EAC is #4C7153. Grayscale: #9C9C9C. Windows color (decimal): -5009748 or 11308723. OLE color: 11308723.

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

Color convert

RGB179142172-
CMYK00.210.040.30
HSL311.35º19.58%62.94%-
HSV(B)311.35º20.67%70.2%-
XYZ35.7131.9143.31-
YUV156.48136.76144.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=36.31%
G=28.80%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914217200.210.040.30311.3519.5862.94
HexB38EAC01541E137143f
Octal2632162540254364672477
Binary1011001110001110101011000101011001111010011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EAC; }

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

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

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

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

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

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

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

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