#B18FAA

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

Shades of London Hue #B18FAA

Tints of London Hue #B18FAA

Color information

#B18FAA (or 0xB18FAA) is unknown color: approx London Hue. HEX triplet: B1, 8F and AA. RGB value is (177,143,170). Sum of RGB (Red+Green+Blue) = 177+143+170=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAA is #4E7055. Grayscale: #9C9C9C. Windows color (decimal): -5140566 or 11177905. OLE color: 11177905.

HSL color Cylindrical-coordinate representation of color #B18FAA: hue angle of 312.35º 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 #B18FAA is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177143170-
CMYK00.190.040.31
HSL312.35º17.89%62.75%-
HSV(B)312.35º19.21%69.41%-
XYZ35.2131.8942.33-
YUV156.24135.76142.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=36.12%
G=29.18%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714317000.190.040.31312.3517.8962.75
HexB18FAA01341F138123f
Octal2612172520234374702277
Binary1011000110001111101010100100111001111110011100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FAA; }

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

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

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

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

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

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

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

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