#B48DAE

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

Shades of London Hue #B48DAE

Tints of London Hue #B48DAE

Color information

#B48DAE (or 0xB48DAE) is unknown color: approx London Hue. HEX triplet: B4, 8D and AE. RGB value is (180,141,174). Sum of RGB (Red+Green+Blue) = 180+141+174=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DAE is #4B7251. Grayscale: #9C9C9C. Windows color (decimal): -4944466 or 11439540. OLE color: 11439540.

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

Color convert

RGB180141174-
CMYK00.220.030.29
HSL309.23º20.63%62.94%-
HSV(B)309.23º21.67%70.59%-
XYZ35.9931.8144.29-
YUV156.42137.92144.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=36.36%
G=28.48%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014117400.220.030.29309.2320.6362.94
HexB48DAE01631D135153f
Octal2642152560263354652577
Binary101101001000110110101110010110111110110011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DAE; }

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

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

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

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

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

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

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

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