#B67FAB

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

Shades of London Hue #B67FAB

Tints of London Hue #B67FAB

Color information

#B67FAB (or 0xB67FAB) is unknown color: approx London Hue. HEX triplet: B6, 7F and AB. RGB value is (182,127,171). Sum of RGB (Red+Green+Blue) = 182+127+171=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FAB is #498054. Grayscale: #949494. Windows color (decimal): -4816981 or 11239350. OLE color: 11239350.

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

Color convert

RGB182127171-
CMYK00.300.060.29
HSL312º27.36%60.59%-
HSV(B)312º30.22%71.37%-
XYZ34.2328.0642.14-
YUV148.46140.72151.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=37.92%
G=26.46%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212717100.300.060.2931227.3660.59
HexB67FAB01E61D1381b3d
Octal2661772530366354703375
Binary101101101111111101010110111101101110110011100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FAB; }

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

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

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

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

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

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

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

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