#B67DAE

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

Shades of London Hue #B67DAE

Tints of London Hue #B67DAE

Color information

#B67DAE (or 0xB67DAE) is unknown color: approx London Hue. HEX triplet: B6, 7D and AE. RGB value is (182,125,174). Sum of RGB (Red+Green+Blue) = 182+125+174=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DAE is #498251. Grayscale: #939393. Windows color (decimal): -4817490 or 11435446. OLE color: 11435446.

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

Color convert

RGB182125174-
CMYK00.310.040.29
HSL308.42º28.08%60.2%-
HSV(B)308.42º31.32%71.37%-
XYZ34.2727.6743.58-
YUV147.63142.88152.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=37.84%
G=25.99%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212517400.310.040.29308.4228.0860.2
HexB67DAE01F41D1341c3c
Octal2661752560374354643474
Binary101101101111101101011100111111001110110011010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DAE; }

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

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

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

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

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

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

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

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