#B68AA8

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

Shades of London Hue #B68AA8

Tints of London Hue #B68AA8

Color information

#B68AA8 (or 0xB68AA8) is unknown color: approx London Hue. HEX triplet: B6, 8A and A8. RGB value is (182,138,168). Sum of RGB (Red+Green+Blue) = 182+138+168=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AA8 is #497557. Grayscale: #9A9A9A. Windows color (decimal): -4814168 or 11045558. OLE color: 11045558.

HSL color Cylindrical-coordinate representation of color #B68AA8: hue angle of 319.09º 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 #B68AA8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB182138168-
CMYK00.240.080.29
HSL319.09º23.16%62.75%-
HSV(B)319.09º24.18%71.37%-
XYZ35.4530.9541.15-
YUV154.58135.58147.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=37.30%
G=28.28%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213816800.240.080.29319.0923.1662.75
HexB68AA801881D13f173f
Octal26621225003010354772777
Binary10110110100010101010100001100010001110110011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AA8; }

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

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

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

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

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

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

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

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