#B67AAE

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

Shades of London Hue #B67AAE

Tints of London Hue #B67AAE

Color information

#B67AAE (or 0xB67AAE) is unknown color: approx London Hue. HEX triplet: B6, 7A and AE. RGB value is (182,122,174). Sum of RGB (Red+Green+Blue) = 182+122+174=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AAE is #498551. Grayscale: #919191. Windows color (decimal): -4818258 or 11434678. OLE color: 11434678.

HSL color Cylindrical-coordinate representation of color #B67AAE: hue angle of 308º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67AAE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182122174-
CMYK00.330.040.29
HSL308º29.13%59.61%-
HSV(B)308º32.97%71.37%-
XYZ33.8926.9243.45-
YUV145.87143.88153.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=38.08%
G=25.52%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212217400.330.040.2930829.1359.61
HexB67AAE02141D1341d3c
Octal2661722560414354643574
Binary1011011011110101010111001000011001110110011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AAE; }

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

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

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

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

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

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

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

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