#B68FAF

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

Shades of London Hue #B68FAF

Tints of London Hue #B68FAF

Color information

#B68FAF (or 0xB68FAF) is unknown color: approx London Hue. HEX triplet: B6, 8F and AF. RGB value is (182,143,175). Sum of RGB (Red+Green+Blue) = 182+143+175=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAF is #497050. Grayscale: #9E9E9E. Windows color (decimal): -4812881 or 11505590. OLE color: 11505590.

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

Color convert

RGB182143175-
CMYK00.210.040.29
HSL310.77º21.08%63.73%-
HSV(B)310.77º21.43%71.37%-
XYZ36.8532.6944.92-
YUV158.31137.42144.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=36.4%
G=28.6%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214317500.210.040.29310.7721.0863.73
HexB68FAF01541D1371540
Octal26621725702543546725100
Binary10110110100011111010111101010110011101100110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FAF; }

 p { color: rgb(182,143,175); }

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

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

 a { background-color: rgb(182,143,175); }

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

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

 span { border-color: rgb(182,143,175); }

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