#B48EAC

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

Shades of London Hue #B48EAC

Tints of London Hue #B48EAC

Color information

#B48EAC (or 0xB48EAC) is unknown color: approx London Hue. HEX triplet: B4, 8E and AC. RGB value is (180,142,172). Sum of RGB (Red+Green+Blue) = 180+142+172=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48EAC is #4B7153. Grayscale: #9C9C9C. Windows color (decimal): -4944212 or 11308724. OLE color: 11308724.

HSL color Cylindrical-coordinate representation of color #B48EAC: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48EAC is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180142172-
CMYK00.210.040.29
HSL312.63º20.21%63.14%-
HSV(B)312.63º21.11%70.59%-
XYZ35.9432.0343.32-
YUV156.78136.59144.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=36.44%
G=28.74%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014217200.210.040.29312.6320.2163.14
HexB48EAC01541D139143f
Octal2642162540254354712477
Binary1011010010001110101011000101011001110110011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EAC; }

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

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

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

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

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

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

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

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