#B67DAC

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

Shades of London Hue #B67DAC

Tints of London Hue #B67DAC

Color information

#B67DAC (or 0xB67DAC) is unknown color: approx London Hue. HEX triplet: B6, 7D and AC. RGB value is (182,125,172). Sum of RGB (Red+Green+Blue) = 182+125+172=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B67DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67DAC is #498253. Grayscale: #939393. Windows color (decimal): -4817492 or 11304374. OLE color: 11304374.

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

Color convert

RGB182125172-
CMYK00.310.050.29
HSL310.53º28.08%60.2%-
HSV(B)310.53º31.32%71.37%-
XYZ34.0727.5942.56-
YUV147.4141.88152.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=38.00%
G=26.10%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212517200.310.050.29310.5328.0860.2
HexB67DAC01F51D1371c3c
Octal2661752540375354673474
Binary101101101111101101011000111111011110110011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DAC; }

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

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

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

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

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

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

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

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