#B18CA8

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

Shades of London Hue #B18CA8

Tints of London Hue #B18CA8

Color information

#B18CA8 (or 0xB18CA8) is unknown color: approx London Hue. HEX triplet: B1, 8C and A8. RGB value is (177,140,168). Sum of RGB (Red+Green+Blue) = 177+140+168=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CA8 is #4E7357. Grayscale: #9A9A9A. Windows color (decimal): -5141336 or 11046065. OLE color: 11046065.

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

Color convert

RGB177140168-
CMYK00.210.050.31
HSL314.59º19.17%62.16%-
HSV(B)314.59º20.9%69.41%-
XYZ34.5830.9341.19-
YUV154.26135.76144.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=36.49%
G=28.87%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714016800.210.050.31314.5919.1762.16
HexB18CA801551F13b133e
Octal2612142500255374732376
Binary1011000110001100101010000101011011111110011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CA8; }

 p { color: rgb(177,140,168); }

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

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

 a { background-color: rgb(177,140,168); }

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

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

 span { border-color: rgb(177,140,168); }

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