#B68AAD

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

Shades of London Hue #B68AAD

Tints of London Hue #B68AAD

Color information

#B68AAD (or 0xB68AAD) is unknown color: approx London Hue. HEX triplet: B6, 8A and AD. RGB value is (182,138,173). Sum of RGB (Red+Green+Blue) = 182+138+173=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAD is #497552. Grayscale: #9B9B9B. Windows color (decimal): -4814163 or 11373238. OLE color: 11373238.

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

Color convert

RGB182138173-
CMYK00.240.050.29
HSL312.27º23.16%62.75%-
HSV(B)312.27º24.18%71.37%-
XYZ35.9231.1443.65-
YUV155.15138.08147.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=36.92%
G=27.99%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213817300.240.050.29312.2723.1662.75
HexB68AAD01851D138173f
Octal2662122550305354702777
Binary1011011010001010101011010110001011110110011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AAD; }

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

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

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

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

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

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

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

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