#B48FAE

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

Shades of London Hue #B48FAE

Tints of London Hue #B48FAE

Color information

#B48FAE (or 0xB48FAE) is unknown color: approx London Hue. HEX triplet: B4, 8F and AE. RGB value is (180,143,174). Sum of RGB (Red+Green+Blue) = 180+143+174=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FAE is #4B7051. Grayscale: #9D9D9D. Windows color (decimal): -4943954 or 11440052. OLE color: 11440052.

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

Color convert

RGB180143174-
CMYK00.210.030.29
HSL309.73º19.79%63.33%-
HSV(B)309.73º20.56%70.59%-
XYZ36.2832.444.39-
YUV157.6137.26143.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=36.22%
G=28.77%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014317400.210.030.29309.7319.7963.33
HexB48FAE01531D136143f
Octal2642172560253354662477
Binary101101001000111110101110010101111110110011011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FAE; }

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

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

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

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

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

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

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

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