#B68AAE

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

Shades of London Hue #B68AAE

Tints of London Hue #B68AAE

Color information

#B68AAE (or 0xB68AAE) is unknown color: approx London Hue. HEX triplet: B6, 8A and AE. RGB value is (182,138,174). Sum of RGB (Red+Green+Blue) = 182+138+174=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAE is #497551. Grayscale: #9B9B9B. Windows color (decimal): -4814162 or 11438774. OLE color: 11438774.

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

Color convert

RGB182138174-
CMYK00.240.040.29
HSL310.91º23.16%62.75%-
HSV(B)310.91º24.18%71.37%-
XYZ36.0231.1844.16-
YUV155.26138.58147.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=36.84%
G=27.94%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213817400.240.040.29310.9123.1662.75
HexB68AAE01841D137173f
Octal2662122560304354672777
Binary1011011010001010101011100110001001110110011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AAE; }

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

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

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

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

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

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

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

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