#B18CB3

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

Shades of London Hue #B18CB3

Tints of London Hue #B18CB3

Color information

#B18CB3 (or 0xB18CB3) is unknown color: approx London Hue. HEX triplet: B1, 8C and B3. RGB value is (177,140,179). Sum of RGB (Red+Green+Blue) = 177+140+179=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CB3 is #4E734C. Grayscale: #9B9B9B. Windows color (decimal): -5141325 or 11766961. OLE color: 11766961.

HSL color Cylindrical-coordinate representation of color #B18CB3: hue angle of 296.92º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18CB3 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177140179-
CMYK0.010.2200.30
HSL296.92º20.42%62.55%-
HSV(B)296.92º21.79%70.2%-
XYZ35.6531.3646.82-
YUV155.51141.26143.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=35.69%
G=28.23%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771401790.010.2200.30296.9220.4262.55
HexB18CB311601E129143f
Octal2612142631260364512477
Binary10110001100011001011001111011001111010010100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CB3; }

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

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

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

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

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

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

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

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