#B67FAE

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

Shades of London Hue #B67FAE

Tints of London Hue #B67FAE

Color information

#B67FAE (or 0xB67FAE) is unknown color: approx London Hue. HEX triplet: B6, 7F and AE. RGB value is (182,127,174). Sum of RGB (Red+Green+Blue) = 182+127+174=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FAE is #498051. Grayscale: #949494. Windows color (decimal): -4816978 or 11435958. OLE color: 11435958.

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

Color convert

RGB182127174-
CMYK00.300.040.29
HSL308.73º27.36%60.59%-
HSV(B)308.73º30.22%71.37%-
XYZ34.5228.1843.66-
YUV148.8142.22151.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=37.68%
G=26.29%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212717400.300.040.29308.7327.3660.59
HexB67FAE01E41D1351b3d
Octal2661772560364354653375
Binary101101101111111101011100111101001110110011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FAE; }

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

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

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

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

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

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

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

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