#B68FA9

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

Shades of London Hue #B68FA9

Tints of London Hue #B68FA9

Color information

#B68FA9 (or 0xB68FA9) is unknown color: approx London Hue. HEX triplet: B6, 8F and A9. RGB value is (182,143,169). Sum of RGB (Red+Green+Blue) = 182+143+169=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FA9 is #497056. Grayscale: #9D9D9D. Windows color (decimal): -4812887 or 11112374. OLE color: 11112374.

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

Color convert

RGB182143169-
CMYK00.210.070.29
HSL320º21.08%63.73%-
HSV(B)320º21.43%71.37%-
XYZ36.2832.4541.89-
YUV157.62134.42145.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214316900.210.070.2932021.0863.73
HexB68FA901571D1401540
Octal26621725102573550025100
Binary10110110100011111010100101010111111101101000000101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FA9; }

 p { color: rgb(182,143,169); }

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

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

 a { background-color: rgb(182,143,169); }

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

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

 span { border-color: rgb(182,143,169); }

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