#B68DAD

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

Shades of London Hue #B68DAD

Tints of London Hue #B68DAD

Color information

#B68DAD (or 0xB68DAD) is unknown color: approx London Hue. HEX triplet: B6, 8D and AD. RGB value is (182,141,173). Sum of RGB (Red+Green+Blue) = 182+141+173=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68DAD is #497252. Grayscale: #9C9C9C. Windows color (decimal): -4813395 or 11374006. OLE color: 11374006.

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

Color convert

RGB182141173-
CMYK00.230.050.29
HSL313.17º21.93%63.33%-
HSV(B)313.17º22.53%71.37%-
XYZ36.3632.0143.8-
YUV156.91137.08145.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=36.69%
G=28.43%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214117300.230.050.29313.1721.9363.33
HexB68DAD01751D139163f
Octal2662152550275354712677
Binary1011011010001101101011010101111011110110011100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DAD; }

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

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

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

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

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

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

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

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