#B68EAD

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

Shades of London Hue #B68EAD

Tints of London Hue #B68EAD

Color information

#B68EAD (or 0xB68EAD) is unknown color: approx London Hue. HEX triplet: B6, 8E and AD. RGB value is (182,142,173). Sum of RGB (Red+Green+Blue) = 182+142+173=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAD is #497152. Grayscale: #9D9D9D. Windows color (decimal): -4813139 or 11374262. OLE color: 11374262.

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

Color convert

RGB182142173-
CMYK00.220.050.29
HSL313.5º21.51%63.53%-
HSV(B)313.5º21.98%71.37%-
XYZ36.5132.3143.85-
YUV157.49136.75145.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=36.62%
G=28.57%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214217300.220.050.29313.521.5163.53
HexB68EAD01651D13a1640
Octal26621625502653547226100
Binary10110110100011101010110101011010111101100111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EAD; }

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

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

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

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

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

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

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

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