#B48AAE

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

Shades of London Hue #B48AAE

Tints of London Hue #B48AAE

Color information

#B48AAE (or 0xB48AAE) is unknown color: approx London Hue. HEX triplet: B4, 8A and AE. RGB value is (180,138,174). Sum of RGB (Red+Green+Blue) = 180+138+174=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AAE is #4B7551. Grayscale: #9A9A9A. Windows color (decimal): -4945234 or 11438772. OLE color: 11438772.

HSL color Cylindrical-coordinate representation of color #B48AAE: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48AAE is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180138174-
CMYK00.230.030.29
HSL308.57º21.88%62.35%-
HSV(B)308.57º23.33%70.59%-
XYZ35.5530.9444.14-
YUV154.66138.91146.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=36.59%
G=28.05%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013817400.230.030.29308.5721.8862.35
HexB48AAE01731D135163e
Octal2642122560273354652676
Binary101101001000101010101110010111111110110011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AAE; }

 p { color: rgb(180,138,174); }

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

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

 a { background-color: rgb(180,138,174); }

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

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

 span { border-color: rgb(180,138,174); }

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