#B18FAE

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

Shades of London Hue #B18FAE

Tints of London Hue #B18FAE

Color information

#B18FAE (or 0xB18FAE) is unknown color: approx London Hue. HEX triplet: B1, 8F and AE. RGB value is (177,143,174). Sum of RGB (Red+Green+Blue) = 177+143+174=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAE is #4E7051. Grayscale: #9C9C9C. Windows color (decimal): -5140562 or 11440049. OLE color: 11440049.

HSL color Cylindrical-coordinate representation of color #B18FAE: hue angle of 305.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18FAE is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177143174-
CMYK00.190.020.31
HSL305.29º17.89%62.75%-
HSV(B)305.29º19.21%69.41%-
XYZ35.5932.0544.35-
YUV156.7137.76142.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=35.83%
G=28.95%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714317400.190.020.31305.2917.8962.75
HexB18FAE01321F131123f
Octal2612172560232374612277
Binary101100011000111110101110010011101111110011000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FAE; }

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

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

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

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

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

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

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

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