#B68EAB

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

Shades of London Hue #B68EAB

Tints of London Hue #B68EAB

Color information

#B68EAB (or 0xB68EAB) is unknown color: approx London Hue. HEX triplet: B6, 8E and AB. RGB value is (182,142,171). Sum of RGB (Red+Green+Blue) = 182+142+171=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAB is #497154. Grayscale: #9D9D9D. Windows color (decimal): -4813141 or 11243190. OLE color: 11243190.

HSL color Cylindrical-coordinate representation of color #B68EAB: hue angle of 316.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 #B68EAB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182142171-
CMYK00.220.060.29
HSL316.5º21.51%63.53%-
HSV(B)316.5º21.98%71.37%-
XYZ36.3232.2342.84-
YUV157.27135.75145.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=36.77%
G=28.69%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214217100.220.060.29316.521.5163.53
HexB68EAB01661D13c1640
Octal26621625302663547426100
Binary10110110100011101010101101011011011101100111100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EAB; }

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

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

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

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

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

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

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

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