#B68EA9

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

Shades of London Hue #B68EA9

Tints of London Hue #B68EA9

Color information

#B68EA9 (or 0xB68EA9) is unknown color: approx London Hue. HEX triplet: B6, 8E and A9. RGB value is (182,142,169). Sum of RGB (Red+Green+Blue) = 182+142+169=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EA9 is #497156. Grayscale: #9C9C9C. Windows color (decimal): -4813143 or 11112118. OLE color: 11112118.

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

Color convert

RGB182142169-
CMYK00.220.070.29
HSL319.5º21.51%63.53%-
HSV(B)319.5º21.98%71.37%-
XYZ36.1332.1641.84-
YUV157.04134.75145.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=36.92%
G=28.80%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214216900.220.070.29319.521.5163.53
HexB68EA901671D1401640
Octal26621625102673550026100
Binary10110110100011101010100101011011111101101000000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EA9; }

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

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

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

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

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

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

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

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